Class: Aws::Types::S3BucketDefinitionForJob
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketDefinitionForJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#buckets ⇒ ::Array[::String]
Returns the value of attribute buckets.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def account_id @account_id end |
#buckets ⇒ ::Array[::String]
Returns the value of attribute buckets.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def buckets @buckets end |