Class: Aws::Types::FleetData
- Inherits:
-
Object
- Object
- Aws::Types::FleetData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_status ⇒ "error", ...
Returns the value of attribute activity_status.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#errors ⇒ ::Array[Types::DescribeFleetError]
Returns the value of attribute errors.
-
#excess_capacity_termination_policy ⇒ "no-termination", "termination"
Returns the value of attribute excess_capacity_termination_policy.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#fleet_state ⇒ "submitted", ...
Returns the value of attribute fleet_state.
-
#fulfilled_capacity ⇒ ::Float
Returns the value of attribute fulfilled_capacity.
-
#fulfilled_on_demand_capacity ⇒ ::Float
Returns the value of attribute fulfilled_on_demand_capacity.
-
#instances ⇒ ::Array[Types::DescribeFleetsInstances]
Returns the value of attribute instances.
-
#launch_template_configs ⇒ ::Array[Types::FleetLaunchTemplateConfig]
Returns the value of attribute launch_template_configs.
-
#on_demand_options ⇒ Types::OnDemandOptions
Returns the value of attribute on_demand_options.
-
#replace_unhealthy_instances ⇒ Boolean
Returns the value of attribute replace_unhealthy_instances.
-
#reserved_capacity_options ⇒ Types::ReservedCapacityOptions
Returns the value of attribute reserved_capacity_options.
-
#spot_options ⇒ Types::SpotOptions
Returns the value of attribute spot_options.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_capacity_specification ⇒ Types::TargetCapacitySpecification
Returns the value of attribute target_capacity_specification.
-
#terminate_instances_with_expiration ⇒ Boolean
Returns the value of attribute terminate_instances_with_expiration.
-
#type ⇒ "request", ...
Returns the value of attribute type.
-
#valid_from ⇒ ::Time
Returns the value of attribute valid_from.
-
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
Instance Attribute Details
#activity_status ⇒ "error", ...
Returns the value of attribute activity_status.
9417 9418 9419 |
# File 'sig/types.rbs', line 9417 def activity_status @activity_status end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
9421 9422 9423 |
# File 'sig/types.rbs', line 9421 def client_token @client_token end |
#context ⇒ ::String
Returns the value of attribute context.
9438 9439 9440 |
# File 'sig/types.rbs', line 9438 def context @context end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
9418 9419 9420 |
# File 'sig/types.rbs', line 9418 def create_time @create_time end |
#errors ⇒ ::Array[Types::DescribeFleetError]
Returns the value of attribute errors.
9436 9437 9438 |
# File 'sig/types.rbs', line 9436 def errors @errors end |
#excess_capacity_termination_policy ⇒ "no-termination", "termination"
Returns the value of attribute excess_capacity_termination_policy.
9422 9423 9424 |
# File 'sig/types.rbs', line 9422 def excess_capacity_termination_policy @excess_capacity_termination_policy end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
9419 9420 9421 |
# File 'sig/types.rbs', line 9419 def fleet_id @fleet_id end |
#fleet_state ⇒ "submitted", ...
Returns the value of attribute fleet_state.
9420 9421 9422 |
# File 'sig/types.rbs', line 9420 def fleet_state @fleet_state end |
#fulfilled_capacity ⇒ ::Float
Returns the value of attribute fulfilled_capacity.
9423 9424 9425 |
# File 'sig/types.rbs', line 9423 def fulfilled_capacity @fulfilled_capacity end |
#fulfilled_on_demand_capacity ⇒ ::Float
Returns the value of attribute fulfilled_on_demand_capacity.
9424 9425 9426 |
# File 'sig/types.rbs', line 9424 def fulfilled_on_demand_capacity @fulfilled_on_demand_capacity end |
#instances ⇒ ::Array[Types::DescribeFleetsInstances]
Returns the value of attribute instances.
9437 9438 9439 |
# File 'sig/types.rbs', line 9437 def instances @instances end |
#launch_template_configs ⇒ ::Array[Types::FleetLaunchTemplateConfig]
Returns the value of attribute launch_template_configs.
9425 9426 9427 |
# File 'sig/types.rbs', line 9425 def launch_template_configs @launch_template_configs end |
#on_demand_options ⇒ Types::OnDemandOptions
Returns the value of attribute on_demand_options.
9433 9434 9435 |
# File 'sig/types.rbs', line 9433 def @on_demand_options end |
#replace_unhealthy_instances ⇒ Boolean
Returns the value of attribute replace_unhealthy_instances.
9431 9432 9433 |
# File 'sig/types.rbs', line 9431 def replace_unhealthy_instances @replace_unhealthy_instances end |
#reserved_capacity_options ⇒ Types::ReservedCapacityOptions
Returns the value of attribute reserved_capacity_options.
9434 9435 9436 |
# File 'sig/types.rbs', line 9434 def @reserved_capacity_options end |
#spot_options ⇒ Types::SpotOptions
Returns the value of attribute spot_options.
9432 9433 9434 |
# File 'sig/types.rbs', line 9432 def @spot_options end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9435 9436 9437 |
# File 'sig/types.rbs', line 9435 def @tags end |
#target_capacity_specification ⇒ Types::TargetCapacitySpecification
Returns the value of attribute target_capacity_specification.
9426 9427 9428 |
# File 'sig/types.rbs', line 9426 def target_capacity_specification @target_capacity_specification end |
#terminate_instances_with_expiration ⇒ Boolean
Returns the value of attribute terminate_instances_with_expiration.
9427 9428 9429 |
# File 'sig/types.rbs', line 9427 def terminate_instances_with_expiration @terminate_instances_with_expiration end |
#type ⇒ "request", ...
Returns the value of attribute type.
9428 9429 9430 |
# File 'sig/types.rbs', line 9428 def type @type end |
#valid_from ⇒ ::Time
Returns the value of attribute valid_from.
9429 9430 9431 |
# File 'sig/types.rbs', line 9429 def valid_from @valid_from end |
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
9430 9431 9432 |
# File 'sig/types.rbs', line 9430 def valid_until @valid_until end |