RetireGrantRequest

public struct RetireGrantRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique identifier of the grant to retire. The grant ID is returned in the response to a CreateGrant operation. Grant ID Example - 0123456789012345678901234567890123456789012345678901234567890123

    Declaration

    Swift

    public let grantId: String?
  • Token that identifies the grant to be retired.

    Declaration

    Swift

    public let grantToken: String?
  • The Amazon Resource Name (ARN) of the CMK associated with the grant. For example: arn:aws:kms:us-east-2:444455556666:key/1234abcd-12ab-34cd-56ef-1234567890ab

    Declaration

    Swift

    public let keyId: String?
  • Undocumented

    Declaration

    Swift

    public init(grantId: String? = nil, grantToken: String? = nil, keyId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws