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_summary_list::Array[Types::InstanceSummary]

Returns the value of attribute instance_summary_list.

Returns:



5073
5074
5075
# File 'sig/types.rbs', line 5073

def instance_summary_list
  @instance_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5074
5075
5076
# File 'sig/types.rbs', line 5074

def next_token
  @next_token
end