Class: Aws::AppSync::Types::DeleteChannelNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteChannelNamespaceRequest
- Includes:
- Structure
- Defined in:
- 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 the `ChannelNamespace`.
-
#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 '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 'lib/aws-sdk-appsync/types.rb', line 1996 class DeleteChannelNamespaceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |