Class: Aws::Types::ListInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



299
300
301
# File 'sig/types.rbs', line 299

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def next_token
  @next_token
end

#service_id::String

Returns the value of attribute service_id.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def service_id
  @service_id
end