Class: Aws::Notifications::Types::DisassociateChannelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Channel to disassociate.

Returns:

  • (String)


468
469
470
471
472
473
# File 'lib/aws-sdk-notifications/types.rb', line 468

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

#notification_configuration_arnString

The ARN of the ‘NotificationConfiguration` to disassociate.

Returns:

  • (String)


468
469
470
471
472
473
# File 'lib/aws-sdk-notifications/types.rb', line 468

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