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)


1243
1244
1245
1246
1247
1248
1249
# File 'lib/aws-sdk-ivs/types.rb', line 1243

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)


1243
1244
1245
1246
1247
1248
1249
# File 'lib/aws-sdk-ivs/types.rb', line 1243

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)`.

Returns:

  • (Hash<String,String>)


1243
1244
1245
1246
1247
1248
1249
# File 'lib/aws-sdk-ivs/types.rb', line 1243

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