You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IVS::Types::StreamKeySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::StreamKeySummary
- Defined in:
- (unknown)
Overview
Summary information about a stream key.
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)
.
Instance Attribute Details
#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)
.