Class: Aws::IVS::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeleteChannelRequest
- Defined in:
- gems/aws-sdk-ivs/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.
1160 1161 1162 1163 1164 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1160 class DeleteChannelRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |