Class: Aws::Types::TaskSucceededEventDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#output::String

Returns the value of attribute output.

Returns:



1062
1063
1064
# File 'sig/types.rbs', line 1062

def output
  @output
end

#output_detailsTypes::HistoryEventExecutionDataDetails

Returns the value of attribute output_details.

Returns:



1063
1064
1065
# File 'sig/types.rbs', line 1063

def output_details
  @output_details
end

#resource::String

Returns the value of attribute resource.

Returns:



1061
1062
1063
# File 'sig/types.rbs', line 1061

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:



1060
1061
1062
# File 'sig/types.rbs', line 1060

def resource_type
  @resource_type
end