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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2009

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

#nameString

The name of the ChannelNamespace.

Returns:

  • (String)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2009

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