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.
1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-appsync/types.rb', line 1152 class CreateChannelNamespaceResponse < Struct.new( :channel_namespace) SENSITIVE = [] include Aws::Structure end |