Class: Aws::Types::S3DataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3DataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#bucket_owner_account_id ⇒ ::String
Returns the value of attribute bucket_owner_account_id.
-
#inclusion_prefixes ⇒ ::Array[::String]
Returns the value of attribute inclusion_prefixes.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def bucket_arn @bucket_arn end |
#bucket_owner_account_id ⇒ ::String
Returns the value of attribute bucket_owner_account_id.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def bucket_owner_account_id @bucket_owner_account_id end |
#inclusion_prefixes ⇒ ::Array[::String]
Returns the value of attribute inclusion_prefixes.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def inclusion_prefixes @inclusion_prefixes end |