Class: Aws::Types::MatchingRequest
- Inherits:
-
Object
- Object
- Aws::Types::MatchingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_merging ⇒ Types::AutoMerging
Returns the value of attribute auto_merging.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#exporting_config ⇒ Types::ExportingConfig
Returns the value of attribute exporting_config.
-
#job_schedule ⇒ Types::JobSchedule
Returns the value of attribute job_schedule.
Instance Attribute Details
#auto_merging ⇒ Types::AutoMerging
Returns the value of attribute auto_merging.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def auto_merging @auto_merging end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
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.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def job_schedule @job_schedule end |