Class: Aws::Types::DescribeClusterResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::ClusterAutoScalingConfigOutput
Returns the value of attribute auto_scaling.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_role ⇒ ::String
Returns the value of attribute cluster_role.
-
#cluster_status ⇒ "Creating", ...
Returns the value of attribute cluster_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#instance_groups ⇒ ::Array[Types::ClusterInstanceGroupDetails]
Returns the value of attribute instance_groups.
-
#node_provisioning_mode ⇒ "Continuous"
Returns the value of attribute node_provisioning_mode.
-
#node_recovery ⇒ "Automatic", "None"
Returns the value of attribute node_recovery.
-
#orchestrator ⇒ Types::ClusterOrchestrator
Returns the value of attribute orchestrator.
-
#restricted_instance_groups ⇒ ::Array[Types::ClusterRestrictedInstanceGroupDetails]
Returns the value of attribute restricted_instance_groups.
-
#restricted_instance_groups_config ⇒ Types::ClusterRestrictedInstanceGroupsConfigOutput
Returns the value of attribute restricted_instance_groups_config.
-
#tiered_storage_config ⇒ Types::ClusterTieredStorageConfig
Returns the value of attribute tiered_storage_config.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#auto_scaling ⇒ Types::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.
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.
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.
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.
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.
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.
3959 3960 3961 |
# File 'sig/types.rbs', line 3959 def @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.
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.
3966 3967 3968 |
# File 'sig/types.rbs', line 3966 def node_recovery @node_recovery end |
#orchestrator ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
3963 3964 3965 |
# File 'sig/types.rbs', line 3963 def vpc_config @vpc_config end |