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)


861
862
863
# File 'sig/types.rbs', line 861

def cluster_name
  @cluster_name
end

#provisionedTypes::ProvisionedRequest

Returns the value of attribute provisioned.



863
864
865
# File 'sig/types.rbs', line 863

def provisioned
  @provisioned
end

#serverlessTypes::ServerlessRequest

Returns the value of attribute serverless.



864
865
866
# File 'sig/types.rbs', line 864

def serverless
  @serverless
end

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

Returns the value of attribute tags.

Returns:

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


862
863
864
# File 'sig/types.rbs', line 862

def tags
  @tags
end