Class: Aws::Types::CreateClusterV2Request

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def cluster_name
  @cluster_name
end

#provisionedTypes::ProvisionedRequest

Returns the value of attribute provisioned.



901
902
903
# File 'sig/types.rbs', line 901

def provisioned
  @provisioned
end

#serverlessTypes::ServerlessRequest

Returns the value of attribute serverless.



902
903
904
# File 'sig/types.rbs', line 902

def serverless
  @serverless
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


900
901
902
# File 'sig/types.rbs', line 900

def tags
  @tags
end