Class: Aws::Types::ExportEC2InstanceRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportEC2InstanceRecommendationsResponse
- 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.
342 343 344 |
# File 'sig/types.rbs', line 342 def job_id @job_id end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
343 344 345 |
# File 'sig/types.rbs', line 343 def s3_destination @s3_destination end |