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.
4722 4723 4724 |
# File 'sig/types.rbs', line 4722 def continuous_sync @continuous_sync end |
#refresh_interval ⇒ ::String
Returns the value of attribute refresh_interval.
4720 4721 4722 |
# File 'sig/types.rbs', line 4720 def refresh_interval @refresh_interval end |
#source_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_properties.
4721 4722 4723 |
# File 'sig/types.rbs', line 4721 def source_properties @source_properties end |