Class: Aws::Types::SolutionVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SolutionVersionSummary
- 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.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#training_mode ⇒ "FULL", ...
Returns the value of attribute training_mode.
-
#training_type ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute training_type.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def last_updated_date_time @last_updated_date_time end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def status @status end |
#training_mode ⇒ "FULL", ...
Returns the value of attribute training_mode.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def training_mode @training_mode end |
#training_type ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute training_type.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def training_type @training_type end |