Class: Aws::Types::GetInstanceSnapshotsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceSnapshotsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_snapshots ⇒ ::Array[Types::InstanceSnapshot]
Returns the value of attribute instance_snapshots.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#instance_snapshots ⇒ ::Array[Types::InstanceSnapshot]
Returns the value of attribute instance_snapshots.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def instance_snapshots @instance_snapshots end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def next_page_token @next_page_token end |