Class: Aws::Types::S3OutputLocation
- Inherits:
-
Object
- Object
- Aws::Types::S3OutputLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
-
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
-
#output_s3_region ⇒ ::String
Returns the value of attribute output_s3_region.
Instance Attribute Details
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def output_s3_bucket_name @output_s3_bucket_name end |
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def output_s3_key_prefix @output_s3_key_prefix end |
#output_s3_region ⇒ ::String
Returns the value of attribute output_s3_region.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def output_s3_region @output_s3_region end |