Class: Aws::AppSync::Types::UpdateChannelNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateChannelNamespaceResponse
- 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.
5121 5122 5123 5124 5125 |
# File 'lib/aws-sdk-appsync/types.rb', line 5121 class UpdateChannelNamespaceResponse < Struct.new( :channel_namespace) SENSITIVE = [] include Aws::Structure end |