Module: Aws::Deadline::Client::_GetFleetResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetFleetResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#auto_scaling_status"GROWING", ...

Returns:

  • ("GROWING", "STEADY", "SHRINKING")


892
# File 'sig/client.rbs', line 892

def auto_scaling_status: () -> ("GROWING" | "STEADY" | "SHRINKING")

#capabilitiesTypes::FleetCapabilities



904
# File 'sig/client.rbs', line 904

def capabilities: () -> Types::FleetCapabilities

#configurationTypes::FleetConfiguration



897
# File 'sig/client.rbs', line 897

def configuration: () -> Types::FleetConfiguration

#created_at::Time

Returns:

  • (::Time)


898
# File 'sig/client.rbs', line 898

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


899
# File 'sig/client.rbs', line 899

def created_by: () -> ::String

#description::String

Returns:

  • (::String)


902
# File 'sig/client.rbs', line 902

def description: () -> ::String

#display_name::String

Returns:

  • (::String)


889
# File 'sig/client.rbs', line 889

def display_name: () -> ::String

#farm_id::String

Returns:

  • (::String)


888
# File 'sig/client.rbs', line 888

def farm_id: () -> ::String

#fleet_id::String

Returns:

  • (::String)


887
# File 'sig/client.rbs', line 887

def fleet_id: () -> ::String

#host_configurationTypes::HostConfiguration



903
# File 'sig/client.rbs', line 903

def host_configuration: () -> Types::HostConfiguration

#max_worker_count::Integer

Returns:

  • (::Integer)


896
# File 'sig/client.rbs', line 896

def max_worker_count: () -> ::Integer

#min_worker_count::Integer

Returns:

  • (::Integer)


895
# File 'sig/client.rbs', line 895

def min_worker_count: () -> ::Integer

#role_arn::String

Returns:

  • (::String)


905
# File 'sig/client.rbs', line 905

def role_arn: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "SUSPENDED")


890
# File 'sig/client.rbs', line 890

def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "SUSPENDED")

#status_message::String

Returns:

  • (::String)


891
# File 'sig/client.rbs', line 891

def status_message: () -> ::String

#target_worker_count::Integer

Returns:

  • (::Integer)


893
# File 'sig/client.rbs', line 893

def target_worker_count: () -> ::Integer

#updated_at::Time

Returns:

  • (::Time)


900
# File 'sig/client.rbs', line 900

def updated_at: () -> ::Time

#updated_by::String

Returns:

  • (::String)


901
# File 'sig/client.rbs', line 901

def updated_by: () -> ::String

#worker_count::Integer

Returns:

  • (::Integer)


894
# File 'sig/client.rbs', line 894

def worker_count: () -> ::Integer