Class: Aws::Types::DataReplicationInfoReplicatedDisk

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backlogged_storage_bytes ⇒ ::Integer

Returns the value of attribute backlogged_storage_bytes.

Returns:

  • (::Integer)


236
237
238
# File 'sig/types.rbs', line 236

def backlogged_storage_bytes
  @backlogged_storage_bytes
end

#device_name ⇒ ::String

Returns the value of attribute device_name.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def device_name
  @device_name
end

#replicated_storage_bytes ⇒ ::Integer

Returns the value of attribute replicated_storage_bytes.

Returns:

  • (::Integer)


234
235
236
# File 'sig/types.rbs', line 234

def replicated_storage_bytes
  @replicated_storage_bytes
end

#rescanned_storage_bytes ⇒ ::Integer

Returns the value of attribute rescanned_storage_bytes.

Returns:

  • (::Integer)


235
236
237
# File 'sig/types.rbs', line 235

def rescanned_storage_bytes
  @rescanned_storage_bytes
end

#total_storage_bytes ⇒ ::Integer

Returns the value of attribute total_storage_bytes.

Returns:

  • (::Integer)


233
234
235
# File 'sig/types.rbs', line 233

def total_storage_bytes
  @total_storage_bytes
end