Class: Aws::Types::DescribeClusterResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scalingTypes::ClusterAutoScalingConfigOutput

Returns the value of attribute auto_scaling.



3986
3987
3988
# File 'sig/types.rbs', line 3986

def auto_scaling
  @auto_scaling
end

#cluster_arn::String

Returns the value of attribute cluster_arn.



3972
3973
3974
# File 'sig/types.rbs', line 3972

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.



3973
3974
3975
# File 'sig/types.rbs', line 3973

def cluster_name
  @cluster_name
end

#cluster_role::String

Returns the value of attribute cluster_role.



3985
3986
3987
# File 'sig/types.rbs', line 3985

def cluster_role
  @cluster_role
end

#cluster_status"Creating", ...

Returns the value of attribute cluster_status.



3974
3975
3976
# File 'sig/types.rbs', line 3974

def cluster_status
  @cluster_status
end

#creation_time::Time

Returns the value of attribute creation_time.



3975
3976
3977
# File 'sig/types.rbs', line 3975

def creation_time
  @creation_time
end

#failure_message::String

Returns the value of attribute failure_message.



3976
3977
3978
# File 'sig/types.rbs', line 3976

def failure_message
  @failure_message
end

#instance_groups::Array[Types::ClusterInstanceGroupDetails]

Returns the value of attribute instance_groups.



3977
3978
3979
# File 'sig/types.rbs', line 3977

def instance_groups
  @instance_groups
end

#node_provisioning_mode"Continuous"

Returns the value of attribute node_provisioning_mode.



3984
3985
3986
# File 'sig/types.rbs', line 3984

def node_provisioning_mode
  @node_provisioning_mode
end

#node_recovery"Automatic", "None"

Returns the value of attribute node_recovery.



3983
3984
3985
# File 'sig/types.rbs', line 3983

def node_recovery
  @node_recovery
end

#orchestratorTypes::ClusterOrchestrator

Returns the value of attribute orchestrator.



3981
3982
3983
# File 'sig/types.rbs', line 3981

def orchestrator
  @orchestrator
end

#restricted_instance_groups::Array[Types::ClusterRestrictedInstanceGroupDetails]

Returns the value of attribute restricted_instance_groups.



3978
3979
3980
# File 'sig/types.rbs', line 3978

def restricted_instance_groups
  @restricted_instance_groups
end

#restricted_instance_groups_configTypes::ClusterRestrictedInstanceGroupsConfigOutput

Returns the value of attribute restricted_instance_groups_config.



3979
3980
3981
# File 'sig/types.rbs', line 3979

def restricted_instance_groups_config
  @restricted_instance_groups_config
end

#tiered_storage_configTypes::ClusterTieredStorageConfig

Returns the value of attribute tiered_storage_config.



3982
3983
3984
# File 'sig/types.rbs', line 3982

def tiered_storage_config
  @tiered_storage_config
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.



3980
3981
3982
# File 'sig/types.rbs', line 3980

def vpc_config
  @vpc_config
end