Class: Aws::Types::CreateClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_type"ON_PREMISES"

Returns the value of attribute cluster_type.

Returns:

  • ("ON_PREMISES")


4884
4885
4886
# File 'sig/types.rbs', line 4884

def cluster_type
  @cluster_type
end

#instance_role_arn::String

Returns the value of attribute instance_role_arn.

Returns:

  • (::String)


4885
4886
4887
# File 'sig/types.rbs', line 4885

def instance_role_arn
  @instance_role_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4886
4887
4888
# File 'sig/types.rbs', line 4886

def name
  @name
end

#network_settingsTypes::ClusterNetworkSettingsCreateRequest

Returns the value of attribute network_settings.



4887
4888
4889
# File 'sig/types.rbs', line 4887

def network_settings
  @network_settings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4888
4889
4890
# File 'sig/types.rbs', line 4888

def request_id
  @request_id
end

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

Returns the value of attribute tags.

Returns:

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


4889
4890
4891
# File 'sig/types.rbs', line 4889

def tags
  @tags
end