Class: Aws::RedshiftServerless::Types::UpdateNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateNamespaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
A list of tag instances.
Instance Attribute Details
#namespace ⇒ Types::Namespace
A list of tag instances.
3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3325 class UpdateNamespaceResponse < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |