Class: Aws::Types::CreateResourceDataSyncRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::ResourceDataSyncS3Destination

Returns the value of attribute s3_destination.



818
819
820
# File 'sig/types.rbs', line 818

def s3_destination
  @s3_destination
end

#sync_name::String

Returns the value of attribute sync_name.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def sync_name
  @sync_name
end

#sync_sourceTypes::ResourceDataSyncSource

Returns the value of attribute sync_source.



820
821
822
# File 'sig/types.rbs', line 820

def sync_source
  @sync_source
end

#sync_type::String

Returns the value of attribute sync_type.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def sync_type
  @sync_type
end