CreateGrantResponse
public struct CreateGrantResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier for the grant. You can use the GrantId in a subsequent RetireGrant or RevokeGrant operation.
Declaration
Swift
public let grantId: String? -
The grant token. For more information, see Grant Tokens in the AWS Key Management Service Developer Guide.
Declaration
Swift
public let grantToken: String? -
Undocumented
Declaration
Swift
public init(grantId: String? = nil, grantToken: String? = nil)
View on GitHub
CreateGrantResponse Structure Reference