Class: Aws::Types::IntegrationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#continuous_syncBoolean

Returns the value of attribute continuous_sync.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


4721
4722
4723
# File 'sig/types.rbs', line 4721

def source_properties
  @source_properties
end