Class: Aws::Types::SpotFleetRequestConfig

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")


17567
17568
17569
# File 'sig/types.rbs', line 17567

def activity_status
  @activity_status
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


17568
17569
17570
# File 'sig/types.rbs', line 17568

def create_time
  @create_time
end

#spot_fleet_request_configTypes::SpotFleetRequestConfigData

Returns the value of attribute spot_fleet_request_config.



17569
17570
17571
# File 'sig/types.rbs', line 17569

def spot_fleet_request_config
  @spot_fleet_request_config
end

#spot_fleet_request_id::String

Returns the value of attribute spot_fleet_request_id.

Returns:

  • (::String)


17570
17571
17572
# File 'sig/types.rbs', line 17570

def spot_fleet_request_id
  @spot_fleet_request_id
end

#spot_fleet_request_state"submitted", ...

Returns the value of attribute spot_fleet_request_state.

Returns:

  • ("submitted", "active", "cancelled", "failed", "cancelled_running", "cancelled_terminating", "modifying")


17571
17572
17573
# File 'sig/types.rbs', line 17571

def spot_fleet_request_state
  @spot_fleet_request_state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17572
17573
17574
# File 'sig/types.rbs', line 17572

def tags
  @tags
end