Class: Aws::IVS::Types::PlaybackKeyPairSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::PlaybackKeyPairSummary
- Defined in:
- gems/aws-sdk-ivs/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>
Tags attached to the resource.
Instance Attribute Details
#arn ⇒ String
Key-pair ARN.
1118 1119 1120 1121 1122 1123 1124 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1118 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.
1118 1119 1120 1121 1122 1123 1124 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1118 class PlaybackKeyPairSummary < Struct.new( :arn, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<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.
1118 1119 1120 1121 1122 1123 1124 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1118 class PlaybackKeyPairSummary < Struct.new( :arn, :name, :tags) SENSITIVE = [] include Aws::Structure end |