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.
706 707 708 709 710 |
# File 'lib/aws-sdk-ivs/types.rb', line 706 class DeleteChannelRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |