Class: Aws::IVS::Types::PlaybackKeyPairSummary

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

Overview

Summary information about a playback key pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Key-pair ARN.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-ivs/types.rb', line 1311

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

#nameString

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

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-ivs/types.rb', line 1311

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

#tagsHash<String,String>

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.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:

  • (Hash<String,String>)


1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-ivs/types.rb', line 1311

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