Class: Aws::Types::DescribeFleetInstancesResult

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:



5724
5725
5726
# File 'sig/types.rbs', line 5724

def active_instances
  @active_instances
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


5726
5727
5728
# File 'sig/types.rbs', line 5726

def fleet_id
  @fleet_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5725
5726
5727
# File 'sig/types.rbs', line 5725

def next_token
  @next_token
end