CreateAccessPolicyResponse
public struct CreateAccessPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the access policy, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
Declaration
Swift
public let accessPolicyArn: String
-
The ID of the access policy.
Declaration
Swift
public let accessPolicyId: String
-
Undocumented
Declaration
Swift
public init(accessPolicyArn: String, accessPolicyId: String)