Class: Aws::Types::S3DataAccessDetails
- Inherits:
-
Object
- Object
- Aws::Types::S3DataAccessDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_prefixes ⇒ ::Array[::String]
Returns the value of attribute key_prefixes.
-
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
Instance Attribute Details
#key_prefixes ⇒ ::Array[::String]
Returns the value of attribute key_prefixes.
968 969 970 |
# File 'sig/types.rbs', line 968 def key_prefixes @key_prefixes end |
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
969 970 971 |
# File 'sig/types.rbs', line 969 def keys @keys end |