Class: Aws::Types::SolutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SolutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
-
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def creation_date_time @creation_date_time end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def name @name end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def recipe_arn @recipe_arn end |
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def solution_arn @solution_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def status @status end |