Class: Aws::Types::MatchingResponse
- Inherits:
-
Object
- Object
- Aws::Types::MatchingResponse
- 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.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def auto_merging @auto_merging end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def enabled @enabled end |
#exporting_config ⇒ Types::ExportingConfig
Returns the value of attribute exporting_config.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def exporting_config @exporting_config end |
#job_schedule ⇒ Types::JobSchedule
Returns the value of attribute job_schedule.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def job_schedule @job_schedule end |