Class: Aws::IVS::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeleteChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Note:
When making an API call, you may pass DeleteChannelRequest data as a hash:
{
arn: "ChannelArn", # required
}
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.
548 549 550 551 552 |
# File 'lib/aws-sdk-ivs/types.rb', line 548 class DeleteChannelRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |