Class: Aws::Types::FleetData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_status"error", ...

Returns the value of attribute activity_status.

Returns:

  • ("error", "pending_fulfillment", "pending_termination", "fulfilled")


9642
9643
9644
# File 'sig/types.rbs', line 9642

def activity_status
  @activity_status
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


9646
9647
9648
# File 'sig/types.rbs', line 9646

def client_token
  @client_token
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


9663
9664
9665
# File 'sig/types.rbs', line 9663

def context
  @context
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


9643
9644
9645
# File 'sig/types.rbs', line 9643

def create_time
  @create_time
end

#errors::Array[Types::DescribeFleetError]

Returns the value of attribute errors.

Returns:



9661
9662
9663
# File 'sig/types.rbs', line 9661

def errors
  @errors
end

#excess_capacity_termination_policy"no-termination", "termination"

Returns the value of attribute excess_capacity_termination_policy.

Returns:

  • ("no-termination", "termination")


9647
9648
9649
# File 'sig/types.rbs', line 9647

def excess_capacity_termination_policy
  @excess_capacity_termination_policy
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


9644
9645
9646
# File 'sig/types.rbs', line 9644

def fleet_id
  @fleet_id
end

#fleet_state"submitted", ...

Returns the value of attribute fleet_state.

Returns:

  • ("submitted", "active", "deleted", "failed", "deleted_running", "deleted_terminating", "modifying")


9645
9646
9647
# File 'sig/types.rbs', line 9645

def fleet_state
  @fleet_state
end

#fulfilled_capacity::Float

Returns the value of attribute fulfilled_capacity.

Returns:

  • (::Float)


9648
9649
9650
# File 'sig/types.rbs', line 9648

def fulfilled_capacity
  @fulfilled_capacity
end

#fulfilled_on_demand_capacity::Float

Returns the value of attribute fulfilled_on_demand_capacity.

Returns:

  • (::Float)


9649
9650
9651
# File 'sig/types.rbs', line 9649

def fulfilled_on_demand_capacity
  @fulfilled_on_demand_capacity
end

#instances::Array[Types::DescribeFleetsInstances]

Returns the value of attribute instances.

Returns:



9662
9663
9664
# File 'sig/types.rbs', line 9662

def instances
  @instances
end

#launch_template_configs::Array[Types::FleetLaunchTemplateConfig]

Returns the value of attribute launch_template_configs.

Returns:



9650
9651
9652
# File 'sig/types.rbs', line 9650

def launch_template_configs
  @launch_template_configs
end

#on_demand_optionsTypes::OnDemandOptions

Returns the value of attribute on_demand_options.



9658
9659
9660
# File 'sig/types.rbs', line 9658

def on_demand_options
  @on_demand_options
end

#replace_unhealthy_instancesBoolean

Returns the value of attribute replace_unhealthy_instances.

Returns:

  • (Boolean)


9656
9657
9658
# File 'sig/types.rbs', line 9656

def replace_unhealthy_instances
  @replace_unhealthy_instances
end

#reserved_capacity_optionsTypes::ReservedCapacityOptions

Returns the value of attribute reserved_capacity_options.



9659
9660
9661
# File 'sig/types.rbs', line 9659

def reserved_capacity_options
  @reserved_capacity_options
end

#spot_optionsTypes::SpotOptions

Returns the value of attribute spot_options.

Returns:



9657
9658
9659
# File 'sig/types.rbs', line 9657

def spot_options
  @spot_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9660
9661
9662
# File 'sig/types.rbs', line 9660

def tags
  @tags
end

#target_capacity_specificationTypes::TargetCapacitySpecification

Returns the value of attribute target_capacity_specification.



9651
9652
9653
# File 'sig/types.rbs', line 9651

def target_capacity_specification
  @target_capacity_specification
end

#terminate_instances_with_expirationBoolean

Returns the value of attribute terminate_instances_with_expiration.

Returns:

  • (Boolean)


9652
9653
9654
# File 'sig/types.rbs', line 9652

def terminate_instances_with_expiration
  @terminate_instances_with_expiration
end

#type"request", ...

Returns the value of attribute type.

Returns:

  • ("request", "maintain", "instant")


9653
9654
9655
# File 'sig/types.rbs', line 9653

def type
  @type
end

#valid_from::Time

Returns the value of attribute valid_from.

Returns:

  • (::Time)


9654
9655
9656
# File 'sig/types.rbs', line 9654

def valid_from
  @valid_from
end

#valid_until::Time

Returns the value of attribute valid_until.

Returns:

  • (::Time)


9655
9656
9657
# File 'sig/types.rbs', line 9655

def valid_until
  @valid_until
end