Class: Aws::Types::S3DataAccessAssetSourceEntry
- Inherits:
-
Object
- Object
- Aws::Types::S3DataAccessAssetSourceEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key_prefixes ⇒ ::Array[::String]
Returns the value of attribute key_prefixes.
-
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
-
#kms_keys_to_grant ⇒ ::Array[Types::KmsKeyToGrant]
Returns the value of attribute kms_keys_to_grant.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
960 961 962 |
# File 'sig/types.rbs', line 960 def bucket @bucket end |
#key_prefixes ⇒ ::Array[::String]
Returns the value of attribute key_prefixes.
961 962 963 |
# File 'sig/types.rbs', line 961 def key_prefixes @key_prefixes end |
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
962 963 964 |
# File 'sig/types.rbs', line 962 def keys @keys end |
#kms_keys_to_grant ⇒ ::Array[Types::KmsKeyToGrant]
Returns the value of attribute kms_keys_to_grant.
963 964 965 |
# File 'sig/types.rbs', line 963 def kms_keys_to_grant @kms_keys_to_grant end |