Class: Aws::Types::ResourceDataSyncItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_status"Successful", ...

Returns the value of attribute last_status.

Returns:

  • ("Successful", "Failed", "InProgress")


3896
3897
3898
# File 'sig/types.rbs', line 3896

def last_status
  @last_status
end

#last_successful_sync_time::Time

Returns the value of attribute last_successful_sync_time.

Returns:

  • (::Time)


3894
3895
3896
# File 'sig/types.rbs', line 3894

def last_successful_sync_time
  @last_successful_sync_time
end

#last_sync_status_message::String

Returns the value of attribute last_sync_status_message.

Returns:

  • (::String)


3898
3899
3900
# File 'sig/types.rbs', line 3898

def last_sync_status_message
  @last_sync_status_message
end

#last_sync_time::Time

Returns the value of attribute last_sync_time.

Returns:

  • (::Time)


3893
3894
3895
# File 'sig/types.rbs', line 3893

def last_sync_time
  @last_sync_time
end

#s3_destinationTypes::ResourceDataSyncS3Destination

Returns the value of attribute s3_destination.



3892
3893
3894
# File 'sig/types.rbs', line 3892

def s3_destination
  @s3_destination
end

#sync_created_time::Time

Returns the value of attribute sync_created_time.

Returns:

  • (::Time)


3897
3898
3899
# File 'sig/types.rbs', line 3897

def sync_created_time
  @sync_created_time
end

#sync_last_modified_time::Time

Returns the value of attribute sync_last_modified_time.

Returns:

  • (::Time)


3895
3896
3897
# File 'sig/types.rbs', line 3895

def sync_last_modified_time
  @sync_last_modified_time
end

#sync_name::String

Returns the value of attribute sync_name.

Returns:

  • (::String)


3889
3890
3891
# File 'sig/types.rbs', line 3889

def sync_name
  @sync_name
end

#sync_sourceTypes::ResourceDataSyncSourceWithState

Returns the value of attribute sync_source.



3891
3892
3893
# File 'sig/types.rbs', line 3891

def sync_source
  @sync_source
end

#sync_type::String

Returns the value of attribute sync_type.

Returns:

  • (::String)


3890
3891
3892
# File 'sig/types.rbs', line 3890

def sync_type
  @sync_type
end