Class: Aws::Types::MatchingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_merging ⇒ Types::AutoMerging

Returns the value of attribute auto_merging.

Returns:



2105
2106
2107
# File 'sig/types.rbs', line 2105

def auto_merging
  @auto_merging
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def enabled
  @enabled
end

#exporting_config ⇒ Types::ExportingConfig

Returns the value of attribute exporting_config.



2106
2107
2108
# File 'sig/types.rbs', line 2106

def exporting_config
  @exporting_config
end

#job_schedule ⇒ Types::JobSchedule

Returns the value of attribute job_schedule.

Returns:



2104
2105
2106
# File 'sig/types.rbs', line 2104

def job_schedule
  @job_schedule
end