Class: Aws::Types::RecommendationReportDetails
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationReportDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_keys ⇒ ::Array[::String]
Returns the value of attribute s3_keys.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
530 531 532 |
# File 'sig/types.rbs', line 530 def completion_time @completion_time end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
531 532 533 |
# File 'sig/types.rbs', line 531 def s3_bucket @s3_bucket end |
#s3_keys ⇒ ::Array[::String]
Returns the value of attribute s3_keys.
532 533 534 |
# File 'sig/types.rbs', line 532 def s3_keys @s3_keys end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
533 534 535 |
# File 'sig/types.rbs', line 533 def start_time @start_time end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
534 535 536 |
# File 'sig/types.rbs', line 534 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
535 536 537 |
# File 'sig/types.rbs', line 535 def end |