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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Key-pair ARN.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1378

class PlaybackKeyPair < Struct.new(
  :arn,
  :fingerprint,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#fingerprintString

Key-pair identifier.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1378

class PlaybackKeyPair < Struct.new(
  :arn,
  :fingerprint,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Playback-key-pair name. The value does not need to be unique.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1378

class PlaybackKeyPair < Struct.new(
  :arn,
  :fingerprint,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

Returns:

  • (Hash<String,String>)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1378

class PlaybackKeyPair < Struct.new(
  :arn,
  :fingerprint,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end