Class: Aws::Types::StartSyncExecutionOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartSyncExecutionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_details ⇒ Types::BillingDetails
Returns the value of attribute billing_details.
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Returns the value of attribute input_details.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output ⇒ ::String
Returns the value of attribute output.
-
#output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Returns the value of attribute output_details.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
-
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
-
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
Instance Attribute Details
#billing_details ⇒ Types::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.
902 903 904 |
# File 'sig/types.rbs', line 902 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
901 902 903 |
# File 'sig/types.rbs', line 901 def error @error end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
895 896 897 |
# File 'sig/types.rbs', line 895 def execution_arn @execution_arn end |
#input ⇒ ::String
Returns the value of attribute input.
903 904 905 |
# File 'sig/types.rbs', line 903 def input @input end |
#input_details ⇒ Types::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.
897 898 899 |
# File 'sig/types.rbs', line 897 def name @name end |
#output ⇒ ::String
Returns the value of attribute output.
905 906 907 |
# File 'sig/types.rbs', line 905 def output @output end |
#output_details ⇒ Types::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.
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.
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.
900 901 902 |
# File 'sig/types.rbs', line 900 def status @status end |
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
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.
907 908 909 |
# File 'sig/types.rbs', line 907 def trace_header @trace_header end |