Class: Aws::Types::Exclude
- Inherits:
-
Object
- Object
- Aws::Types::Exclude
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buckets ⇒ ::Array[::String]
Returns the value of attribute buckets.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#buckets ⇒ ::Array[::String]
Returns the value of attribute buckets.
506 507 508 |
# File 'sig/types.rbs', line 506 def buckets @buckets end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
507 508 509 |
# File 'sig/types.rbs', line 507 def regions @regions end |