Class: Aws::Types::DescribeSpotFleetInstancesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_instances::Array[Types::ActiveInstance]

Returns the value of attribute active_instances.

Returns:



7343
7344
7345
# File 'sig/types.rbs', line 7343

def active_instances
  @active_instances
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7344
7345
7346
# File 'sig/types.rbs', line 7344

def next_token
  @next_token
end

#spot_fleet_request_id::String

Returns the value of attribute spot_fleet_request_id.

Returns:

  • (::String)


7345
7346
7347
# File 'sig/types.rbs', line 7345

def spot_fleet_request_id
  @spot_fleet_request_id
end