Class: Aws::Types::DescribeUploadBufferOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUploadBufferOutput
- 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.
-
#upload_buffer_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute upload_buffer_allocated_in_bytes.
-
#upload_buffer_used_in_bytes ⇒ ::Integer
Returns the value of attribute upload_buffer_used_in_bytes.
Instance Attribute Details
#disk_ids ⇒ ::Array[::String]
Returns the value of attribute disk_ids.
775 776 777 |
# File 'sig/types.rbs', line 775 def disk_ids @disk_ids end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
774 775 776 |
# File 'sig/types.rbs', line 774 def gateway_arn @gateway_arn end |
#upload_buffer_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute upload_buffer_allocated_in_bytes.
777 778 779 |
# File 'sig/types.rbs', line 777 def upload_buffer_allocated_in_bytes @upload_buffer_allocated_in_bytes end |
#upload_buffer_used_in_bytes ⇒ ::Integer
Returns the value of attribute upload_buffer_used_in_bytes.
776 777 778 |
# File 'sig/types.rbs', line 776 def upload_buffer_used_in_bytes @upload_buffer_used_in_bytes end |