Class: Aws::Redshift::Types::ServerlessIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#namespace_identifierString

The unique identifier for the serverless namespace.

Returns:

  • (String)


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_identifierString

The unique identifier for the workgroup associated with the serverless namespace.

Returns:

  • (String)


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