Class: Aws::Types::StartSyncExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input])

Instance Attribute Summary collapse

Instance Attribute Details

#included_data"ALL_DATA", "METADATA_ONLY"

Returns the value of attribute included_data.

Returns:

  • ("ALL_DATA", "METADATA_ONLY")


890
891
892
# File 'sig/types.rbs', line 890

def included_data
  @included_data
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def input
  @input
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def trace_header
  @trace_header
end