Class: Aws::Types::ListInstancesOutput

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:



1016
1017
1018
# File 'sig/types.rbs', line 1016

def instances
  @instances
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def marker
  @marker
end