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)


868
869
870
# File 'sig/types.rbs', line 868

def cluster_name
  @cluster_name
end

#provisionedTypes::ProvisionedRequest

Returns the value of attribute provisioned.



870
871
872
# File 'sig/types.rbs', line 870

def provisioned
  @provisioned
end

#serverlessTypes::ServerlessRequest

Returns the value of attribute serverless.



871
872
873
# File 'sig/types.rbs', line 871

def serverless
  @serverless
end

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

Returns the value of attribute tags.

Returns:

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


869
870
871
# File 'sig/types.rbs', line 869

def tags
  @tags
end