Class: Aws::Types::ListLocalDisksOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListLocalDisksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def disks @disks end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def gateway_arn @gateway_arn end |