Class: Aws::Types::GetKxScalingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxScalingGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#clusters ⇒ ::Array[::String]
Returns the value of attribute clusters.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#host_type ⇒ ::String
Returns the value of attribute host_type.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#scaling_group_arn ⇒ ::String
Returns the value of attribute scaling_group_arn.
-
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def availability_zone_id @availability_zone_id end |
#clusters ⇒ ::Array[::String]
Returns the value of attribute clusters.
565 566 567 |
# File 'sig/types.rbs', line 565 def clusters @clusters end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
570 571 572 |
# File 'sig/types.rbs', line 570 def @created_timestamp end |
#host_type ⇒ ::String
Returns the value of attribute host_type.
564 565 566 |
# File 'sig/types.rbs', line 564 def host_type @host_type end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
569 570 571 |
# File 'sig/types.rbs', line 569 def @last_modified_timestamp end |
#scaling_group_arn ⇒ ::String
Returns the value of attribute scaling_group_arn.
563 564 565 |
# File 'sig/types.rbs', line 563 def scaling_group_arn @scaling_group_arn end |
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
562 563 564 |
# File 'sig/types.rbs', line 562 def scaling_group_name @scaling_group_name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
567 568 569 |
# File 'sig/types.rbs', line 567 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
568 569 570 |
# File 'sig/types.rbs', line 568 def status_reason @status_reason end |