Class: Aws::Types::GetInstancesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetInstancesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
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.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def next_page_token @next_page_token end |