Class: Aws::IVS::Types::DeleteChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the channel to be deleted.

Returns:

  • (String)


700
701
702
703
704
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 700

class DeleteChannelRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end