Class: Aws::Types::KxScalingGroup
- Inherits:
-
Object
- Object
- Aws::Types::KxScalingGroup
- 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_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.
794 795 796 |
# File 'sig/types.rbs', line 794 def availability_zone_id @availability_zone_id end |
#clusters ⇒ ::Array[::String]
Returns the value of attribute clusters.
793 794 795 |
# File 'sig/types.rbs', line 793 def clusters @clusters end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
798 799 800 |
# File 'sig/types.rbs', line 798 def @created_timestamp end |
#host_type ⇒ ::String
Returns the value of attribute host_type.
792 793 794 |
# File 'sig/types.rbs', line 792 def host_type @host_type end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
797 798 799 |
# File 'sig/types.rbs', line 797 def @last_modified_timestamp end |
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
791 792 793 |
# File 'sig/types.rbs', line 791 def scaling_group_name @scaling_group_name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
795 796 797 |
# File 'sig/types.rbs', line 795 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
796 797 798 |
# File 'sig/types.rbs', line 796 def status_reason @status_reason end |