Class: Aws::Types::S3ManifestOutputLocation
- Inherits:
-
Object
- Object
- Aws::Types::S3ManifestOutputLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_manifest_bucket_owner ⇒ ::String
Returns the value of attribute expected_manifest_bucket_owner.
-
#manifest_encryption ⇒ Types::GeneratedManifestEncryption
Returns the value of attribute manifest_encryption.
-
#manifest_format ⇒ "S3InventoryReport_CSV_20211130"
Returns the value of attribute manifest_format.
-
#manifest_prefix ⇒ ::String
Returns the value of attribute manifest_prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def bucket @bucket end |
#expected_manifest_bucket_owner ⇒ ::String
Returns the value of attribute expected_manifest_bucket_owner.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def expected_manifest_bucket_owner @expected_manifest_bucket_owner end |
#manifest_encryption ⇒ Types::GeneratedManifestEncryption
Returns the value of attribute manifest_encryption.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def manifest_encryption @manifest_encryption end |
#manifest_format ⇒ "S3InventoryReport_CSV_20211130"
Returns the value of attribute manifest_format.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def manifest_format @manifest_format end |
#manifest_prefix ⇒ ::String
Returns the value of attribute manifest_prefix.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def manifest_prefix @manifest_prefix end |