Class: Aws::Types::StorageRuleType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#storage_allocated_in_bytes::Integer

Returns the value of attribute storage_allocated_in_bytes.

Returns:

  • (::Integer)


800
801
802
# File 'sig/types.rbs', line 800

def storage_allocated_in_bytes
  @storage_allocated_in_bytes
end

#storage_type"UNLIMITED", "QUOTA"

Returns the value of attribute storage_type.

Returns:

  • ("UNLIMITED", "QUOTA")


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

def storage_type
  @storage_type
end