Class: Aws::Types::S3OnDeviceServiceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#fault_tolerance::Integer

Returns the value of attribute fault_tolerance.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def fault_tolerance
  @fault_tolerance
end

#service_size::Integer

Returns the value of attribute service_size.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def service_size
  @service_size
end

#storage_limit::Float

Returns the value of attribute storage_limit.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def storage_limit
  @storage_limit
end

#storage_unit"TB"

Returns the value of attribute storage_unit.

Returns:



558
559
560
# File 'sig/types.rbs', line 558

def storage_unit
  @storage_unit
end