Class: Aws::IVS::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeleteChannelRequest
- 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 to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the channel to be deleted.
743 744 745 746 747 |
# File 'lib/aws-sdk-ivs/types.rb', line 743 class DeleteChannelRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |