Class: Aws::DSQL::Types::GetClusterOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb

Overview

The output of a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the retrieved cluster.

Returns:

  • (String)


355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time of when the cluster was created.

Returns:

  • (Time)


355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protection_enabledBoolean

Whether deletion protection is enabled in this cluster.

Returns:

  • (Boolean)


355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_detailsTypes::EncryptionDetails

The current encryption configuration details for the cluster.



355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The connection endpoint for the cluster.

Returns:

  • (String)


355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the retrieved cluster.

Returns:

  • (String)


355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#multi_region_propertiesTypes::MultiRegionProperties

Returns the current multi-Region cluster configuration, including witness region and linked cluster information.



355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the retrieved cluster.

Returns:

  • (String)


355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Map of tags.

Returns:

  • (Hash<String,String>)


355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 355

class GetClusterOutput < Struct.new(
  :identifier,
  :arn,
  :status,
  :creation_time,
  :deletion_protection_enabled,
  :multi_region_properties,
  :tags,
  :encryption_details,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end