Class: Aws::Types::TaskSucceededEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::TaskSucceededEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output ⇒ ::String
Returns the value of attribute output.
-
#output_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute output_details.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#output ⇒ ::String
Returns the value of attribute output.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def output @output end |
#output_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute output_details.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def output_details @output_details end |
#resource ⇒ ::String
Returns the value of attribute resource.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def resource @resource end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def resource_type @resource_type end |