Class: Aws::Types::StartSyncExecutionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:error, :cause, :input, :output])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_detailsTypes::BillingDetails

Returns the value of attribute billing_details.



908
909
910
# File 'sig/types.rbs', line 908

def billing_details
  @billing_details
end

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def error
  @error
end

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def execution_arn
  @execution_arn
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def input
  @input
end

#input_detailsTypes::CloudWatchEventsExecutionDataDetails

Returns the value of attribute input_details.



904
905
906
# File 'sig/types.rbs', line 904

def input_details
  @input_details
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def name
  @name
end

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def output
  @output
end

#output_detailsTypes::CloudWatchEventsExecutionDataDetails

Returns the value of attribute output_details.



906
907
908
# File 'sig/types.rbs', line 906

def output_details
  @output_details
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


898
899
900
# File 'sig/types.rbs', line 898

def start_date
  @start_date
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def state_machine_arn
  @state_machine_arn
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

  • ("SUCCEEDED", "FAILED", "TIMED_OUT")


900
901
902
# File 'sig/types.rbs', line 900

def status
  @status
end

#stop_date::Time

Returns the value of attribute stop_date.

Returns:

  • (::Time)


899
900
901
# File 'sig/types.rbs', line 899

def stop_date
  @stop_date
end

#trace_header::String

Returns the value of attribute trace_header.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def trace_header
  @trace_header
end