Class: Aws::Types::DescribeClusterResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scalingTypes::ClusterAutoScalingConfigOutput

Returns the value of attribute auto_scaling.



3969
3970
3971
# File 'sig/types.rbs', line 3969

def auto_scaling
  @auto_scaling
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


3955
3956
3957
# File 'sig/types.rbs', line 3955

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


3956
3957
3958
# File 'sig/types.rbs', line 3956

def cluster_name
  @cluster_name
end

#cluster_role::String

Returns the value of attribute cluster_role.

Returns:

  • (::String)


3968
3969
3970
# File 'sig/types.rbs', line 3968

def cluster_role
  @cluster_role
end

#cluster_status"Creating", ...

Returns the value of attribute cluster_status.

Returns:

  • ("Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating")


3957
3958
3959
# File 'sig/types.rbs', line 3957

def cluster_status
  @cluster_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3958
3959
3960
# File 'sig/types.rbs', line 3958

def creation_time
  @creation_time
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


3959
3960
3961
# File 'sig/types.rbs', line 3959

def failure_message
  @failure_message
end

#instance_groups::Array[Types::ClusterInstanceGroupDetails]

Returns the value of attribute instance_groups.



3960
3961
3962
# File 'sig/types.rbs', line 3960

def instance_groups
  @instance_groups
end

#node_provisioning_mode"Continuous"

Returns the value of attribute node_provisioning_mode.

Returns:

  • ("Continuous")


3967
3968
3969
# File 'sig/types.rbs', line 3967

def node_provisioning_mode
  @node_provisioning_mode
end

#node_recovery"Automatic", "None"

Returns the value of attribute node_recovery.

Returns:

  • ("Automatic", "None")


3966
3967
3968
# File 'sig/types.rbs', line 3966

def node_recovery
  @node_recovery
end

#orchestratorTypes::ClusterOrchestrator

Returns the value of attribute orchestrator.



3964
3965
3966
# File 'sig/types.rbs', line 3964

def orchestrator
  @orchestrator
end

#restricted_instance_groups::Array[Types::ClusterRestrictedInstanceGroupDetails]

Returns the value of attribute restricted_instance_groups.



3961
3962
3963
# File 'sig/types.rbs', line 3961

def restricted_instance_groups
  @restricted_instance_groups
end

#restricted_instance_groups_configTypes::ClusterRestrictedInstanceGroupsConfigOutput

Returns the value of attribute restricted_instance_groups_config.



3962
3963
3964
# File 'sig/types.rbs', line 3962

def restricted_instance_groups_config
  @restricted_instance_groups_config
end

#tiered_storage_configTypes::ClusterTieredStorageConfig

Returns the value of attribute tiered_storage_config.



3965
3966
3967
# File 'sig/types.rbs', line 3965

def tiered_storage_config
  @tiered_storage_config
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



3963
3964
3965
# File 'sig/types.rbs', line 3963

def vpc_config
  @vpc_config
end