Class: Aws::Types::AddUploadBufferInput
- Inherits:
-
Object
- Object
- Aws::Types::AddUploadBufferInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_ids ⇒ ::Array[::String]
Returns the value of attribute disk_ids.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#disk_ids ⇒ ::Array[::String]
Returns the value of attribute disk_ids.
52 53 54 |
# File 'sig/types.rbs', line 52 def disk_ids @disk_ids end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
51 52 53 |
# File 'sig/types.rbs', line 51 def gateway_arn @gateway_arn end |