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:



5907
5908
5909
# File 'sig/types.rbs', line 5907

def active_instances
  @active_instances
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


5909
5910
5911
# File 'sig/types.rbs', line 5909

def fleet_id
  @fleet_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5908
5909
5910
# File 'sig/types.rbs', line 5908

def next_token
  @next_token
end