Class: Aws::Types::TaskSubmittedEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:output])

Instance Attribute Summary collapse

Instance Attribute Details

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def output
  @output
end

#output_detailsTypes::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.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def resource_type
  @resource_type
end