PlaybackKeyPair

public struct PlaybackKeyPair : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Key-pair ARN.

    Declaration

    Swift

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

    Declaration

    Swift

    public let fingerprint: 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, fingerprint: String? = nil, name: String? = nil, tags: [String : String]? = nil)