Class: Aws::SSM::Types::ResourceDataSyncItem

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Information about a Resource Data Sync configuration, including its current status and last successful sync.

Instance Attribute Summary collapse

Instance Attribute Details

#last_statusString

The status reported by the last sync.

Returns:

  • (String)


11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-ssm/types.rb', line 11603

class ResourceDataSyncItem < Struct.new(
  :sync_name,
  :s3_destination,
  :last_sync_time,
  :last_successful_sync_time,
  :last_status,
  :sync_created_time,
  :last_sync_status_message)
  include Aws::Structure
end

#last_successful_sync_timeTime

The last time the sync operations returned a status of ‘SUCCESSFUL` (UTC).

Returns:

  • (Time)


11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-ssm/types.rb', line 11603

class ResourceDataSyncItem < Struct.new(
  :sync_name,
  :s3_destination,
  :last_sync_time,
  :last_successful_sync_time,
  :last_status,
  :sync_created_time,
  :last_sync_status_message)
  include Aws::Structure
end

#last_sync_status_messageString

The status message details reported by the last sync.

Returns:

  • (String)


11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-ssm/types.rb', line 11603

class ResourceDataSyncItem < Struct.new(
  :sync_name,
  :s3_destination,
  :last_sync_time,
  :last_successful_sync_time,
  :last_status,
  :sync_created_time,
  :last_sync_status_message)
  include Aws::Structure
end

#last_sync_timeTime

The last time the configuration attempted to sync (UTC).

Returns:

  • (Time)


11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-ssm/types.rb', line 11603

class ResourceDataSyncItem < Struct.new(
  :sync_name,
  :s3_destination,
  :last_sync_time,
  :last_successful_sync_time,
  :last_status,
  :sync_created_time,
  :last_sync_status_message)
  include Aws::Structure
end

#s3_destinationTypes::ResourceDataSyncS3Destination

Configuration information for the target Amazon S3 bucket.



11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-ssm/types.rb', line 11603

class ResourceDataSyncItem < Struct.new(
  :sync_name,
  :s3_destination,
  :last_sync_time,
  :last_successful_sync_time,
  :last_status,
  :sync_created_time,
  :last_sync_status_message)
  include Aws::Structure
end

#sync_created_timeTime

The date and time the configuration was created (UTC).

Returns:

  • (Time)


11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-ssm/types.rb', line 11603

class ResourceDataSyncItem < Struct.new(
  :sync_name,
  :s3_destination,
  :last_sync_time,
  :last_successful_sync_time,
  :last_status,
  :sync_created_time,
  :last_sync_status_message)
  include Aws::Structure
end

#sync_nameString

The name of the Resource Data Sync.

Returns:

  • (String)


11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-ssm/types.rb', line 11603

class ResourceDataSyncItem < Struct.new(
  :sync_name,
  :s3_destination,
  :last_sync_time,
  :last_successful_sync_time,
  :last_status,
  :sync_created_time,
  :last_sync_status_message)
  include Aws::Structure
end