Class: Aws::Types::ExportTaskS3LocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportTaskS3LocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
9585 9586 9587 |
# File 'sig/types.rbs', line 9585 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
9586 9587 9588 |
# File 'sig/types.rbs', line 9586 def s3_prefix @s3_prefix end |