Class: Aws::AppSync::Types::DeleteChannelNamespaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The ID of the ‘Api` associated with the `ChannelNamespace`.

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
# File 'lib/aws-sdk-appsync/types.rb', line 1996

class DeleteChannelNamespaceRequest < Struct.new(
  :api_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ‘ChannelNamespace`.

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
# File 'lib/aws-sdk-appsync/types.rb', line 1996

class DeleteChannelNamespaceRequest < Struct.new(
  :api_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end