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

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

Overview

Contains the result of a successful invocation of the following actions:

  • CreateDBSnapshot

  • DeleteDBSnapshot

This data type is used as a response element in the DescribeDBSnapshots action.

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

Specifies the allocated storage size in gigabytes (GB).

Returns:

  • (Integer)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  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)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#db_instance_identifierString

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

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#db_snapshot_arnString

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

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#db_snapshot_identifierString

Specifies the identifier for the DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#encryptedBoolean

Specifies whether the DB snapshot is encrypted.

Returns:

  • (Boolean)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#engineString

Specifies the name of the database engine.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#engine_versionString

Specifies the version of the database engine.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#iam_database_authentication_enabledBoolean

True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled; otherwise false.

Returns:

  • (Boolean)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#instance_create_timeTime

Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

Returns:

  • (Time)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  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)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#kms_key_idString

If ‘Encrypted` is true, the KMS key identifier for the encrypted DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#license_modelString

License model information for the restored DB instance.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#master_usernameString

Provides the master username for the DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#option_group_nameString

Provides the option group name for the DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#percent_progressInteger

The percentage of the estimated data that has been transferred.

Returns:

  • (Integer)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#portInteger

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

Returns:

  • (Integer)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#snapshot_create_timeTime

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

Returns:

  • (Time)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#snapshot_typeString

Provides the type of the DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  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 value in case of cross-customer or cross-region copy.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#source_regionString

The AWS Region that the DB snapshot was created in or copied from.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#statusString

Specifies the status of this DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#storage_typeString

Specifies the storage type associated with DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#tde_credential_arnString

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

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  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)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end

#vpc_idString

Provides the VPC ID associated with the DB snapshot.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-rds/types.rb', line 4882

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)
  include Aws::Structure
end