Class: Aws::Firehose::Types::DatabaseSnapshotInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DatabaseSnapshotInfo
- 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
-
#failure_description ⇒ Types::FailureDescription
Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.
-
#id ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
-
#request_timestamp ⇒ Time
Amazon Data Firehose is in preview release and is subject to change.
-
#requested_by ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
-
#status ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
-
#table ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
Instance Attribute Details
#failure_description ⇒ Types::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 |
#id ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
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_timestamp ⇒ Time
Amazon Data Firehose is in preview release and is subject to change.
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_by ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
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 |
#status ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
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 |
#table ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
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 |