Class: Aws::Types::DescribeWorkingStorageOutput

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])


803
804
805
# File 'sig/types.rbs', line 803

def disk_ids
  @disk_ids
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def gateway_arn
  @gateway_arn
end

#working_storage_allocated_in_bytes::Integer

Returns the value of attribute working_storage_allocated_in_bytes.

Returns:

  • (::Integer)


805
806
807
# File 'sig/types.rbs', line 805

def working_storage_allocated_in_bytes
  @working_storage_allocated_in_bytes
end

#working_storage_used_in_bytes::Integer

Returns the value of attribute working_storage_used_in_bytes.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def working_storage_used_in_bytes
  @working_storage_used_in_bytes
end