Class: Aws::Types::ListInstancesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInstancesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::InstanceMetadata]
Returns the value of attribute instances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instances ⇒ ::Array[Types::InstanceMetadata]
Returns the value of attribute instances.
905 906 907 |
# File 'sig/types.rbs', line 905 def instances @instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
906 907 908 |
# File 'sig/types.rbs', line 906 def next_token @next_token end |