Class: Aws::Types::GetDisksResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDisksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def disks @disks end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def next_page_token @next_page_token end |