Class: Aws::RedshiftServerless::Types::GetNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetNamespaceRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_name ⇒ String
The name of the namespace to retrieve information for.
Instance Attribute Details
#namespace_name ⇒ String
The name of the namespace to retrieve information for.
1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1183 class GetNamespaceRequest < Struct.new( :namespace_name) SENSITIVE = [] include Aws::Structure end |