Module: Aws::StorageGateway::Client::_DescribeUploadBufferResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeUploadBufferOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #disk_ids ⇒ ::Array[::String]
- #gateway_arn ⇒ ::String
- #upload_buffer_allocated_in_bytes ⇒ ::Integer
- #upload_buffer_used_in_bytes ⇒ ::Integer
Instance Method Details
#disk_ids ⇒ ::Array[::String]
837 |
# File 'sig/client.rbs', line 837
def disk_ids: () -> ::Array[::String]
|
#gateway_arn ⇒ ::String
836 |
# File 'sig/client.rbs', line 836
def gateway_arn: () -> ::String
|
#upload_buffer_allocated_in_bytes ⇒ ::Integer
839 |
# File 'sig/client.rbs', line 839
def upload_buffer_allocated_in_bytes: () -> ::Integer
|
#upload_buffer_used_in_bytes ⇒ ::Integer
838 |
# File 'sig/client.rbs', line 838
def upload_buffer_used_in_bytes: () -> ::Integer
|