Class: Aws::Types::SetupExecutionDetails
- Inherits:
-
Object
- Object
- Aws::Types::SetupExecutionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::String
Returns the value of attribute command.
-
#date_time ⇒ ::Time
Returns the value of attribute date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#standard_error ⇒ ::String
Returns the value of attribute standard_error.
-
#standard_output ⇒ ::String
Returns the value of attribute standard_output.
-
#status ⇒ "succeeded", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#command ⇒ ::String
Returns the value of attribute command.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def command @command end |
#date_time ⇒ ::Time
Returns the value of attribute date_time.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def date_time @date_time end |
#name ⇒ ::String
Returns the value of attribute name.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def name @name end |
#standard_error ⇒ ::String
Returns the value of attribute standard_error.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def standard_error @standard_error end |
#standard_output ⇒ ::String
Returns the value of attribute standard_output.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def standard_output @standard_output end |
#status ⇒ "succeeded", ...
Returns the value of attribute status.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def version @version end |