Class: Aws::IVS::Types::StreamKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::StreamKey
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Object specifying a stream key.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#arn ⇒ String
Stream-key ARN.
-
#channel_arn ⇒ String
Channel ARN for the stream.
-
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form
string:string (key:value)
. -
#value ⇒ String
Stream-key value.
Instance Attribute Details
#arn ⇒ String
Stream-key ARN.
1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1548 class StreamKey < Struct.new( :arn, :channel_arn, :tags, :value) SENSITIVE = [:value] include Aws::Structure end |
#channel_arn ⇒ String
Channel ARN for the stream.
1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1548 class StreamKey < Struct.new( :arn, :channel_arn, :tags, :value) SENSITIVE = [:value] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form string:string (key:value)
.
1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1548 class StreamKey < Struct.new( :arn, :channel_arn, :tags, :value) SENSITIVE = [:value] include Aws::Structure end |