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


17270
17271
17272
# File 'sig/types.rbs', line 17270

def activity_status
  @activity_status
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


17271
17272
17273
# File 'sig/types.rbs', line 17271

def create_time
  @create_time
end

#spot_fleet_request_configTypes::SpotFleetRequestConfigData

Returns the value of attribute spot_fleet_request_config.



17272
17273
17274
# File 'sig/types.rbs', line 17272

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)


17273
17274
17275
# File 'sig/types.rbs', line 17273

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


17274
17275
17276
# File 'sig/types.rbs', line 17274

def spot_fleet_request_state
  @spot_fleet_request_state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17275
17276
17277
# File 'sig/types.rbs', line 17275

def tags
  @tags
end