Class: Aws::Types::DescribeFleetInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5973
5974
5975
# File 'sig/types.rbs', line 5973

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5977
5978
5979
# File 'sig/types.rbs', line 5977

def filters
  @filters
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


5976
5977
5978
# File 'sig/types.rbs', line 5976

def fleet_id
  @fleet_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5974
5975
5976
# File 'sig/types.rbs', line 5974

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5975
5976
5977
# File 'sig/types.rbs', line 5975

def next_token
  @next_token
end