class Aws::IVS::Types::ImportPlaybackKeyPairRequest

@note When making an API call, you may pass ImportPlaybackKeyPairRequest

data as a hash:

    {
      public_key_material: "PlaybackPublicKeyMaterial", # required
      name: "PlaybackKeyPairName",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] public_key_material

The public portion of a customer-generated key pair.
@return [String]

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] tags

Any tags provided with the request are added to the playback key
pair tags.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/ImportPlaybackKeyPairRequest AWS API Documentation

Constants

SENSITIVE