Class: Aws::Types::ExportRDSDatabaseRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportRDSDatabaseRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
423 424 425 |
# File 'sig/types.rbs', line 423 def job_id @job_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
424 425 426 |
# File 'sig/types.rbs', line 424 def s3_destination @s3_destination end |