Class: Aws::IVS::Types::GetStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamRequest
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Note:
When making an API call, you may pass GetStreamRequest data as a hash:
{
channel_arn: "ChannelArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
Channel ARN for stream to be accessed.
Instance Attribute Details
#channel_arn ⇒ String
Channel ARN for stream to be accessed.
768 769 770 771 772 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 768 class GetStreamRequest < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |