Class: Aws::Types::TaskSubmittedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::TaskSubmittedEventDetails
- 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.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def output @output end |
#output_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute output_details.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def output_details @output_details end |
#resource ⇒ ::String
Returns the value of attribute resource.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def resource @resource end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def resource_type @resource_type end |