Class: Aws::AppSync::Types::CreateChannelNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateChannelNamespaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_namespace ⇒ Types::ChannelNamespace
The ‘ChannelNamespace` object.
Instance Attribute Details
#channel_namespace ⇒ Types::ChannelNamespace
The ‘ChannelNamespace` object.
1162 1163 1164 1165 1166 |
# File 'lib/aws-sdk-appsync/types.rb', line 1162 class CreateChannelNamespaceResponse < Struct.new( :channel_namespace) SENSITIVE = [] include Aws::Structure end |