Class: Aws::RDS::Types::DBSnapshot

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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

Instance Attribute Details

#allocated_storageInteger

Specifies the allocated storage size in gibibytes (GiB).

Returns:

  • (Integer)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_identifierString

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#db_snapshot_arnString

The Amazon Resource Name (ARN) for the DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#db_snapshot_identifierString

Specifies the identifier for the DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#db_system_idString

The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files. The Oracle SID is also the name of your CDB.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#dbi_resource_idString

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#dedicated_log_volumeBoolean

Indicates whether the DB instance has a dedicated log volume (DLV) enabled.

Returns:

  • (Boolean)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#encryptedBoolean

Indicates whether the DB snapshot is encrypted.

Returns:

  • (Boolean)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

Specifies the name of the database engine.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

Specifies the version of the database engine.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#iam_database_authentication_enabledBoolean

Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

Returns:

  • (Boolean)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#instance_create_timeTime

Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

Returns:

  • (Time)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

Returns:

  • (Integer)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#license_modelString

License model information for the restored DB instance.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#master_usernameString

Provides the master username for the DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#multi_tenantBoolean

Indicates whether the snapshot is of a DB instance using the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).

Returns:

  • (Boolean)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#option_group_nameString

Provides the option group name for the DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#original_snapshot_create_timeTime

Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.

Returns:

  • (Time)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#percent_progressInteger

The percentage of the estimated data that has been transferred.

Returns:

  • (Integer)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

Specifies the port that the database engine was listening on at the time of the snapshot.

Returns:

  • (Integer)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#processor_featuresArray<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.

Returns:



10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_create_timeTime

Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.

Returns:

  • (Time)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_database_timeTime

The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.

If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours.

Returns:

  • (Time)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_targetString

Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_typeString

Provides the type of the DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#source_db_snapshot_identifierString

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.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#source_regionString

The Amazon Web Services Region that the DB snapshot was created in or copied from.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the status of this DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#storage_throughputInteger

Specifies the storage throughput for the DB snapshot.

Returns:

  • (Integer)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

Specifies the storage type associated with DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#tag_listArray<Types::Tag>

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

Returns:



10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#tde_credential_arnString

The ARN from the key store with which to associate the instance for TDE encryption.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

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.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

Provides the VPC ID associated with the DB snapshot.

Returns:

  • (String)


10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10727

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_database_time,
  :snapshot_target,
  :storage_throughput,
  :db_system_id,
  :dedicated_log_volume,
  :multi_tenant)
  SENSITIVE = []
  include Aws::Structure
end