Class: Aws::Types::GetInstancesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array[Types::Instance]

Returns the value of attribute instances.

Returns:



1780
1781
1782
# File 'sig/types.rbs', line 1780

def instances
  @instances
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def next_page_token
  @next_page_token
end