Class: Aws::Types::IntegrationConfig
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuous_sync ⇒ Boolean
Returns the value of attribute continuous_sync.
-
#refresh_interval ⇒ ::String
Returns the value of attribute refresh_interval.
-
#source_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_properties.
Instance Attribute Details
#continuous_sync ⇒ Boolean
Returns the value of attribute continuous_sync.
4732 4733 4734 |
# File 'sig/types.rbs', line 4732 def continuous_sync @continuous_sync end |
#refresh_interval ⇒ ::String
Returns the value of attribute refresh_interval.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def refresh_interval @refresh_interval end |
#source_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_properties.
4731 4732 4733 |
# File 'sig/types.rbs', line 4731 def source_properties @source_properties end |