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
Apiassociated with theChannelNamespace. -
#name ⇒ String
The name of the
ChannelNamespace.
Instance Attribute Details
#api_id ⇒ String
The ID of the Api associated with the ChannelNamespace.
2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2025 class DeleteChannelNamespaceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ChannelNamespace.
2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2025 class DeleteChannelNamespaceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |