Class: Aws::IVS::Types::StreamKeySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::StreamKeySummary
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Summary information about a stream key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Stream-key ARN.
-
#channel_arn ⇒ String
Channel ARN for the stream.
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#arn ⇒ String
Stream-key ARN.
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1461 class StreamKeySummary < Struct.new( :arn, :channel_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#channel_arn ⇒ String
Channel ARN for the stream.
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1461 class StreamKeySummary < Struct.new( :arn, :channel_arn, :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.
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1461 class StreamKeySummary < Struct.new( :arn, :channel_arn, :tags) SENSITIVE = [] include Aws::Structure end |