Module: Aws::Finspace::Client::_GetKxScalingGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetKxScalingGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone_id ⇒ ::String
- #clusters ⇒ ::Array[::String]
- #created_timestamp ⇒ ::Time
- #host_type ⇒ ::String
- #last_modified_timestamp ⇒ ::Time
- #scaling_group_arn ⇒ ::String
- #scaling_group_name ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reason ⇒ ::String
Instance Method Details
#availability_zone_id ⇒ ::String
623 |
# File 'sig/client.rbs', line 623
def availability_zone_id: () -> ::String
|
#clusters ⇒ ::Array[::String]
622 |
# File 'sig/client.rbs', line 622
def clusters: () -> ::Array[::String]
|
#created_timestamp ⇒ ::Time
627 |
# File 'sig/client.rbs', line 627
def created_timestamp: () -> ::Time
|
#host_type ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def host_type: () -> ::String
|
#last_modified_timestamp ⇒ ::Time
626 |
# File 'sig/client.rbs', line 626
def last_modified_timestamp: () -> ::Time
|
#scaling_group_arn ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def scaling_group_arn: () -> ::String
|
#scaling_group_name ⇒ ::String
619 |
# File 'sig/client.rbs', line 619
def scaling_group_name: () -> ::String
|
#status ⇒ "CREATING", ...
624 |
# File 'sig/client.rbs', line 624
def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def status_reason: () -> ::String
|