You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IVS::Types::ImportPlaybackKeyPairRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ImportPlaybackKeyPairRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ImportPlaybackKeyPairRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
public_key_material: "PlaybackPublicKeyMaterial", # required
name: "PlaybackKeyPairName",
tags: {
"TagKey" => "TagValue",
},
}
Instance Attribute Summary collapse
-
#name ⇒ String
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.
-
#public_key_material ⇒ String
The public portion of a customer-generated key pair.
-
#tags ⇒ Hash<String,String>
Any tags provided with the request are added to the playback key pair tags.
Instance Attribute Details
#name ⇒ String
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.
#public_key_material ⇒ String
The public portion of a customer-generated key pair.
#tags ⇒ Hash<String,String>
Any tags provided with the request are added to the playback key pair tags.