Class: Aws::Types::ListInstancesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_summaries::Array[Types::InstanceSummary]

Returns the value of attribute instance_summaries.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def instance_summaries
  @instance_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def next_token
  @next_token
end