Class: Aws::Firehose::Types::DatabaseSnapshotInfo

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

Overview

Amazon Data Firehose is in preview release and is subject to change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_descriptionTypes::FailureDescription

Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.



1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-firehose/types.rb', line 1020

class DatabaseSnapshotInfo < Struct.new(
  :id,
  :table,
  :request_timestamp,
  :requested_by,
  :status,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-firehose/types.rb', line 1020

class DatabaseSnapshotInfo < Struct.new(
  :id,
  :table,
  :request_timestamp,
  :requested_by,
  :status,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#request_timestampTime

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (Time)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-firehose/types.rb', line 1020

class DatabaseSnapshotInfo < Struct.new(
  :id,
  :table,
  :request_timestamp,
  :requested_by,
  :status,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#requested_byString

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-firehose/types.rb', line 1020

class DatabaseSnapshotInfo < Struct.new(
  :id,
  :table,
  :request_timestamp,
  :requested_by,
  :status,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-firehose/types.rb', line 1020

class DatabaseSnapshotInfo < Struct.new(
  :id,
  :table,
  :request_timestamp,
  :requested_by,
  :status,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-firehose/types.rb', line 1020

class DatabaseSnapshotInfo < Struct.new(
  :id,
  :table,
  :request_timestamp,
  :requested_by,
  :status,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end