Class: Aws::Types::S3ReportExportConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3ReportExportConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
-
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#packaging ⇒ "ZIP", "NONE"
Returns the value of attribute packaging.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def bucket @bucket end |
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def bucket_owner @bucket_owner end |
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def encryption_disabled @encryption_disabled end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def encryption_key @encryption_key end |
#packaging ⇒ "ZIP", "NONE"
Returns the value of attribute packaging.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def packaging @packaging end |
#path ⇒ ::String
Returns the value of attribute path.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def path @path end |