PlaybackKeyPairSummary

public struct PlaybackKeyPairSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Key-pair ARN.

    Declaration

    Swift

    public let arn: String?
  • Key-pair name.

    Declaration

    Swift

    public let name: String?
  • Array of 1-50 maps, each of the form string:string (key:value)

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, name: String? = nil, tags: [String : String]? = nil)