Class: Aws::RDS::Types::DBSnapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBSnapshot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the `DescribeDBSnapshots` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocated_storage ⇒ Integer
Specifies the allocated storage size in gibibytes (GiB).
-
#availability_zone ⇒ String
Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
-
#db_instance_identifier ⇒ String
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
-
#db_snapshot_arn ⇒ String
The Amazon Resource Name (ARN) for the DB snapshot.
-
#db_snapshot_identifier ⇒ String
Specifies the identifier for the DB snapshot.
-
#dbi_resource_id ⇒ String
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
-
#encrypted ⇒ Boolean
Specifies whether the DB snapshot is encrypted.
-
#engine ⇒ String
Specifies the name of the database engine.
-
#engine_version ⇒ String
Specifies the version of the database engine.
-
#iam_database_authentication_enabled ⇒ Boolean
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
-
#instance_create_time ⇒ Time
Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.
-
#iops ⇒ Integer
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
-
#kms_key_id ⇒ String
If `Encrypted` is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.
-
#license_model ⇒ String
License model information for the restored DB instance.
-
#master_username ⇒ String
Provides the master username for the DB snapshot.
-
#option_group_name ⇒ String
Provides the option group name for the DB snapshot.
-
#original_snapshot_create_time ⇒ Time
Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC).
-
#percent_progress ⇒ Integer
The percentage of the estimated data that has been transferred.
-
#port ⇒ Integer
Specifies the port that the database engine was listening on at the time of the snapshot.
-
#processor_features ⇒ Array<Types::ProcessorFeature>
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.
-
#snapshot_create_time ⇒ Time
Specifies when the snapshot was taken in Coordinated Universal Time (UTC).
-
#snapshot_target ⇒ String
Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
-
#snapshot_type ⇒ String
Provides the type of the DB snapshot.
-
#source_db_snapshot_identifier ⇒ String
The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from.
-
#source_region ⇒ String
The Amazon Web Services Region that the DB snapshot was created in or copied from.
-
#status ⇒ String
Specifies the status of this DB snapshot.
-
#storage_type ⇒ String
Specifies the storage type associated with DB snapshot.
-
#tag_list ⇒ Array<Types::Tag>
A list of tags.
-
#tde_credential_arn ⇒ String
The ARN from the key store with which to associate the instance for TDE encryption.
-
#timezone ⇒ String
The time zone of the DB snapshot.
-
#vpc_id ⇒ String
Provides the VPC ID associated with the DB snapshot.
Instance Attribute Details
#allocated_storage ⇒ Integer
Specifies the allocated storage size in gibibytes (GiB).
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#availability_zone ⇒ String
Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#db_instance_identifier ⇒ String
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#db_snapshot_arn ⇒ String
The Amazon Resource Name (ARN) for the DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#db_snapshot_identifier ⇒ String
Specifies the identifier for the DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#dbi_resource_id ⇒ String
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#encrypted ⇒ Boolean
Specifies whether the DB snapshot is encrypted.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
Specifies the name of the database engine.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
Specifies the version of the database engine.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#iam_database_authentication_enabled ⇒ Boolean
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#instance_create_time ⇒ Time
Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#iops ⇒ Integer
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
If `Encrypted` is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#license_model ⇒ String
License model information for the restored DB instance.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#master_username ⇒ String
Provides the master username for the DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#option_group_name ⇒ String
Provides the option group name for the DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#original_snapshot_create_time ⇒ Time
Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#percent_progress ⇒ Integer
The percentage of the estimated data that has been transferred.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Specifies the port that the database engine was listening on at the time of the snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#processor_features ⇒ Array<Types::ProcessorFeature>
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#snapshot_create_time ⇒ Time
Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#snapshot_target ⇒ String
Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#snapshot_type ⇒ String
Provides the type of the DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#source_db_snapshot_identifier ⇒ String
The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The Amazon Web Services Region that the DB snapshot was created in or copied from.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the status of this DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
Specifies the storage type associated with DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
A list of tags. For more information, see [Tagging Amazon RDS Resources] in the *Amazon RDS User Guide.*
[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#tde_credential_arn ⇒ String
The ARN from the key store with which to associate the instance for TDE encryption.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The time zone of the DB snapshot. In most cases, the `Timezone` element is empty. `Timezone` content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
Provides the VPC ID associated with the DB snapshot.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-rds/types.rb', line 8987 class DBSnapshot < Struct.new( :db_snapshot_identifier, :db_instance_identifier, :snapshot_create_time, :engine, :allocated_storage, :status, :port, :availability_zone, :vpc_id, :instance_create_time, :master_username, :engine_version, :license_model, :snapshot_type, :iops, :option_group_name, :percent_progress, :source_region, :source_db_snapshot_identifier, :storage_type, :tde_credential_arn, :encrypted, :kms_key_id, :db_snapshot_arn, :timezone, :iam_database_authentication_enabled, :processor_features, :dbi_resource_id, :tag_list, :original_snapshot_create_time, :snapshot_target) SENSITIVE = [] include Aws::Structure end |