Class: Aws::Types::DescribeUploadBufferOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disk_ids::Array[::String]

Returns the value of attribute disk_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


776
777
778
# File 'sig/types.rbs', line 776

def upload_buffer_used_in_bytes
  @upload_buffer_used_in_bytes
end