Class: Aws::AppSync::Types::DeleteChannelNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteChannelNamespaceRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The ID of the
Api
associated with theChannelNamespace
. -
#name ⇒ String
The name of the
ChannelNamespace
.
Instance Attribute Details
#api_id ⇒ String
The ID of the Api
associated with the ChannelNamespace
.
1996 1997 1998 1999 2000 2001 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1996 class DeleteChannelNamespaceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ChannelNamespace
.
1996 1997 1998 1999 2000 2001 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1996 class DeleteChannelNamespaceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |