Class: Aws::IVS::Types::GetChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the channel for which the configuration is to be retrieved.
Instance Attribute Details
#arn ⇒ String
ARN of the channel for which the configuration is to be retrieved.
788 789 790 791 792 |
# File 'lib/aws-sdk-ivs/types.rb', line 788 class GetChannelRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |