Class: Aws::Types::CreateKxScalingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxScalingGroupResponse
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#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.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
230 231 232 |
# File 'sig/types.rbs', line 230 def availability_zone_id @availability_zone_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
233 234 235 |
# File 'sig/types.rbs', line 233 def @created_timestamp end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def environment_id @environment_id end |
#host_type ⇒ ::String
Returns the value of attribute host_type.
229 230 231 |
# File 'sig/types.rbs', line 229 def host_type @host_type end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
232 233 234 |
# File 'sig/types.rbs', line 232 def @last_modified_timestamp end |
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
228 229 230 |
# File 'sig/types.rbs', line 228 def scaling_group_name @scaling_group_name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
231 232 233 |
# File 'sig/types.rbs', line 231 def status @status end |