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.
4703 4704 4705 |
# File 'sig/types.rbs', line 4703 def continuous_sync @continuous_sync end |
#refresh_interval ⇒ ::String
Returns the value of attribute refresh_interval.
4701 4702 4703 |
# File 'sig/types.rbs', line 4701 def refresh_interval @refresh_interval end |
#source_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_properties.
4702 4703 4704 |
# File 'sig/types.rbs', line 4702 def source_properties @source_properties end |