Class: Aws::Types::S3ExportingConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3ExportingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_key_name ⇒ ::String
Returns the value of attribute s3_key_name.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def s3_bucket_name @s3_bucket_name end |
#s3_key_name ⇒ ::String
Returns the value of attribute s3_key_name.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def s3_key_name @s3_key_name end |