Class: Aws::Types::ListInstancesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListInstancesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def instances @instances end |
#marker ⇒ ::String
Returns the value of attribute marker.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def marker @marker end |