Class: Aws::Types::GetDiskSnapshotsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDiskSnapshotsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_snapshots ⇒ ::Array[Types::DiskSnapshot]
Returns the value of attribute disk_snapshots.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#disk_snapshots ⇒ ::Array[Types::DiskSnapshot]
Returns the value of attribute disk_snapshots.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def disk_snapshots @disk_snapshots end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def next_page_token @next_page_token end |