ImportPlaybackKeyPairRequest
public struct ImportPlaybackKeyPairRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique.
Declaration
Swift
public let name: String? -
The public portion of a customer-generated key pair.
Declaration
Swift
public let publicKeyMaterial: String -
Any tags provided with the request are added to the playback key pair tags.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(name: String? = nil, publicKeyMaterial: String, tags: [String : String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ImportPlaybackKeyPairRequest Structure Reference