Class: Aws::AppSync::Types::GetChannelNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetChannelNamespaceRequest
- 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
Api
ID. -
#name ⇒ String
The name of the
ChannelNamespace
.
Instance Attribute Details
#api_id ⇒ String
The Api
ID.
2862 2863 2864 2865 2866 2867 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2862 class GetChannelNamespaceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ChannelNamespace
.
2862 2863 2864 2865 2866 2867 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2862 class GetChannelNamespaceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |