Module: Aws::Deadline::Client::_GetFleetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFleetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_scaling_status ⇒ "GROWING", ...
- #capabilities ⇒ Types::FleetCapabilities
- #configuration ⇒ Types::FleetConfiguration
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #display_name ⇒ ::String
- #farm_id ⇒ ::String
- #fleet_id ⇒ ::String
- #host_configuration ⇒ Types::HostConfiguration
- #max_worker_count ⇒ ::Integer
- #min_worker_count ⇒ ::Integer
- #role_arn ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #status_message ⇒ ::String
- #target_worker_count ⇒ ::Integer
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #worker_count ⇒ ::Integer
Instance Method Details
#auto_scaling_status ⇒ "GROWING", ...
892 |
# File 'sig/client.rbs', line 892
def auto_scaling_status: () -> ("GROWING" | "STEADY" | "SHRINKING")
|
#capabilities ⇒ Types::FleetCapabilities
904 |
# File 'sig/client.rbs', line 904
def capabilities: () -> Types::FleetCapabilities
|
#configuration ⇒ Types::FleetConfiguration
897 |
# File 'sig/client.rbs', line 897
def configuration: () -> Types::FleetConfiguration
|
#created_at ⇒ ::Time
898 |
# File 'sig/client.rbs', line 898
def created_at: () -> ::Time
|
#created_by ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def created_by: () -> ::String
|
#description ⇒ ::String
902 |
# File 'sig/client.rbs', line 902
def description: () -> ::String
|
#display_name ⇒ ::String
889 |
# File 'sig/client.rbs', line 889
def display_name: () -> ::String
|
#farm_id ⇒ ::String
888 |
# File 'sig/client.rbs', line 888
def farm_id: () -> ::String
|
#fleet_id ⇒ ::String
887 |
# File 'sig/client.rbs', line 887
def fleet_id: () -> ::String
|
#host_configuration ⇒ Types::HostConfiguration
903 |
# File 'sig/client.rbs', line 903
def host_configuration: () -> Types::HostConfiguration
|
#max_worker_count ⇒ ::Integer
896 |
# File 'sig/client.rbs', line 896
def max_worker_count: () -> ::Integer
|
#min_worker_count ⇒ ::Integer
895 |
# File 'sig/client.rbs', line 895
def min_worker_count: () -> ::Integer
|
#role_arn ⇒ ::String
905 |
# File 'sig/client.rbs', line 905
def role_arn: () -> ::String
|
#status ⇒ "ACTIVE", ...
890 |
# File 'sig/client.rbs', line 890
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "SUSPENDED")
|
#status_message ⇒ ::String
891 |
# File 'sig/client.rbs', line 891
def status_message: () -> ::String
|
#target_worker_count ⇒ ::Integer
893 |
# File 'sig/client.rbs', line 893
def target_worker_count: () -> ::Integer
|
#updated_at ⇒ ::Time
900 |
# File 'sig/client.rbs', line 900
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
901 |
# File 'sig/client.rbs', line 901
def updated_by: () -> ::String
|
#worker_count ⇒ ::Integer
894 |
# File 'sig/client.rbs', line 894
def worker_count: () -> ::Integer
|