Class: Aws::Redshift::Types::ServerlessIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ServerlessIdentifier
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
The identifier for a serverless namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_identifier ⇒ String
The unique identifier for the serverless namespace.
-
#workgroup_identifier ⇒ String
The unique identifier for the workgroup associated with the serverless namespace.
Instance Attribute Details
#namespace_identifier ⇒ String
The unique identifier for the serverless namespace.
11487 11488 11489 11490 11491 11492 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11487 class ServerlessIdentifier < Struct.new( :namespace_identifier, :workgroup_identifier) SENSITIVE = [] include Aws::Structure end |
#workgroup_identifier ⇒ String
The unique identifier for the workgroup associated with the serverless namespace.
11487 11488 11489 11490 11491 11492 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11487 class ServerlessIdentifier < Struct.new( :namespace_identifier, :workgroup_identifier) SENSITIVE = [] include Aws::Structure end |