Class: Aws::DSQL::Types::GetClusterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The ID of the cluster to retrieve.

Returns:

  • (String)


308
309
310
311
312
# File 'lib/aws-sdk-dsql/types.rb', line 308

class GetClusterInput < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end