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:



7160
7161
7162
# File 'sig/types.rbs', line 7160

def active_instances
  @active_instances
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7161
7162
7163
# File 'sig/types.rbs', line 7161

def next_token
  @next_token
end

#spot_fleet_request_id::String

Returns the value of attribute spot_fleet_request_id.

Returns:

  • (::String)


7162
7163
7164
# File 'sig/types.rbs', line 7162

def spot_fleet_request_id
  @spot_fleet_request_id
end