KeyListEntry

public struct KeyListEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ARN of the key.

    Declaration

    Swift

    public let keyArn: String?
  • Unique identifier of the key.

    Declaration

    Swift

    public let keyId: String?
  • Undocumented

    Declaration

    Swift

    public init(keyArn: String? = nil, keyId: String? = nil)