Class: Aws::Types::ExportIdleRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportIdleRecommendationsResponse
- 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.
374 375 376 |
# File 'sig/types.rbs', line 374 def job_id @job_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
375 376 377 |
# File 'sig/types.rbs', line 375 def s3_destination @s3_destination end |