Class: Aws::Types::StartSyncExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartSyncExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
Instance Attribute Details
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
890 891 892 |
# File 'sig/types.rbs', line 890 def included_data @included_data end |
#input ⇒ ::String
Returns the value of attribute input.
888 889 890 |
# File 'sig/types.rbs', line 888 def input @input end |
#name ⇒ ::String
Returns the value of attribute name.
887 888 889 |
# File 'sig/types.rbs', line 887 def name @name end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
886 887 888 |
# File 'sig/types.rbs', line 886 def state_machine_arn @state_machine_arn end |
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
889 890 891 |
# File 'sig/types.rbs', line 889 def trace_header @trace_header end |