Class: Aws::Types::DescribeInstancesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def fleet_id
  @fleet_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def instance_id
  @instance_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


964
965
966
# File 'sig/types.rbs', line 964

def limit
  @limit
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def location
  @location
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def next_token
  @next_token
end