Class: Aws::Types::RecommendationExportJob
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationExportJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#destination ⇒ Types::ExportDestination
Returns the value of attribute destination.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute resource_type.
-
#status ⇒ "Queued", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def end |
#destination ⇒ Types::ExportDestination
Returns the value of attribute destination.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def destination @destination end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def failure_reason @failure_reason end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def job_id @job_id end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def end |
#resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute resource_type.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def resource_type @resource_type end |
#status ⇒ "Queued", ...
Returns the value of attribute status.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def status @status end |