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.
1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-appsync/types.rb', line 1142 class CreateChannelNamespaceResponse < Struct.new( :channel_namespace) SENSITIVE = [] include Aws::Structure end |