Class: Aws::Types::SelectionCriteria
- Inherits:
-
Object
- Object
- Aws::Types::SelectionCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#max_depth ⇒ ::Integer
Returns the value of attribute max_depth.
-
#min_storage_bytes_percentage ⇒ ::Float
Returns the value of attribute min_storage_bytes_percentage.
Instance Attribute Details
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def delimiter @delimiter end |
#max_depth ⇒ ::Integer
Returns the value of attribute max_depth.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def max_depth @max_depth end |
#min_storage_bytes_percentage ⇒ ::Float
Returns the value of attribute min_storage_bytes_percentage.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def min_storage_bytes_percentage @min_storage_bytes_percentage end |