Class: Aws::IVS::Types::GetStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
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.
949 950 951 952 953 |
# File 'lib/aws-sdk-ivs/types.rb', line 949 class GetStreamRequest < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |