You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IVS::Types::PlaybackKeyPair

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A key pair used to sign and validate a playback authorization token.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

Key-pair ARN.

Returns:

  • (String) —

    Key-pair ARN.

#fingerprint ⇒ String

Key-pair identifier.

Returns:

  • (String) —

    Key-pair identifier.

#name ⇒ String

Key-pair name.

Returns:

  • (String) —

    Key-pair name.

#tags ⇒ Hash<String,String>

Array of 1-50 maps, each of the form string:string (key:value).

Returns:

  • (Hash<String,String>) —

    Array of 1-50 maps, each of the form string:string (key:value).