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
show all
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

Instance Attribute Details

#nameString

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.

Returns:

  • (String)

    An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.

#public_key_materialString

The public portion of a customer-generated key pair.

Returns:

  • (String)

    The public portion of a customer-generated key pair.

#tagsHash<String,String>

Any tags provided with the request are added to the playback key pair tags.

Returns:

  • (Hash<String,String>)

    Any tags provided with the request are added to the playback key pair tags.