Class: Aws::ConfigService::Types::ConfigExportDeliveryInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_attempt_timeTime

The time of the last attempted delivery.

Returns:

  • (Time)


825
826
827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 825

class ConfigExportDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_attempt_time,
  :last_successful_time,
  :next_delivery_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_error_codeString

The error code from the last attempted delivery.

Returns:

  • (String)


825
826
827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 825

class ConfigExportDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_attempt_time,
  :last_successful_time,
  :next_delivery_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_error_messageString

The error message from the last attempted delivery.

Returns:

  • (String)


825
826
827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 825

class ConfigExportDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_attempt_time,
  :last_successful_time,
  :next_delivery_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_statusString

Status of the last attempted delivery.

Returns:

  • (String)


825
826
827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 825

class ConfigExportDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_attempt_time,
  :last_successful_time,
  :next_delivery_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_successful_timeTime

The time of the last successful delivery.

Returns:

  • (Time)


825
826
827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 825

class ConfigExportDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_attempt_time,
  :last_successful_time,
  :next_delivery_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_delivery_timeTime

The time that the next delivery occurs.

Returns:

  • (Time)


825
826
827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 825

class ConfigExportDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_attempt_time,
  :last_successful_time,
  :next_delivery_time)
  SENSITIVE = []
  include Aws::Structure
end