Class: Aws::Types::InventoryS3BucketDestination
- Inherits:
-
Object
- Object
- Aws::Types::InventoryS3BucketDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#encryption ⇒ Types::InventoryEncryption
Returns the value of attribute encryption.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def account_id @account_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def bucket @bucket end |
#encryption ⇒ Types::InventoryEncryption
Returns the value of attribute encryption.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def encryption @encryption end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def format @format end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def prefix @prefix end |