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)


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.

Returns:

  • (::String)


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.

Returns:

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


4702
4703
4704
# File 'sig/types.rbs', line 4702

def source_properties
  @source_properties
end