Class: Aws::Types::UpdateResourceDataSyncRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sync_name::String

Returns the value of attribute sync_name.

Returns:

  • (::String)


4673
4674
4675
# File 'sig/types.rbs', line 4673

def sync_name
  @sync_name
end

#sync_sourceTypes::ResourceDataSyncSource

Returns the value of attribute sync_source.



4675
4676
4677
# File 'sig/types.rbs', line 4675

def sync_source
  @sync_source
end

#sync_type::String

Returns the value of attribute sync_type.

Returns:

  • (::String)


4674
4675
4676
# File 'sig/types.rbs', line 4674

def sync_type
  @sync_type
end