Class: Aws::IVS::Types::PlaybackKeyPairSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::PlaybackKeyPairSummary
- 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
-
#arn ⇒ String
Key-pair ARN.
-
#name ⇒ String
Playback-key-pair name.
-
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form `string:string (key:value)`.
Instance Attribute Details
#arn ⇒ String
Key-pair ARN.
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 |
#name ⇒ String
Playback-key-pair name. The value does not need to be unique.
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 |
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form `string:string (key:value)`.
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 |