Class: Aws::Types::ReportS3Configuration
- Inherits:
-
Object
- Object
- Aws::Types::ReportS3Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#encryption_option ⇒ "SSE_S3", "SSE_KMS"
Returns the value of attribute encryption_option.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def bucket_name @bucket_name end |
#encryption_option ⇒ "SSE_S3", "SSE_KMS"
Returns the value of attribute encryption_option.
370 371 372 |
# File 'sig/types.rbs', line 370 def encryption_option @encryption_option end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def kms_key_id @kms_key_id end |
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
369 370 371 |
# File 'sig/types.rbs', line 369 def object_key_prefix @object_key_prefix end |