Class: Aws::SecurityHub::Types::AwsRdsDbSnapshotDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides details about an Amazon RDS DB cluster snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

The amount of storage (in gigabytes) to be initially allocated for the database instance.

Returns:

  • (Integer)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

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

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_identifierString

A name for the DB instance.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_snapshot_identifierString

The name or ARN of the DB snapshot that is used to restore the DB instance.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#dbi_resource_idString

The identifier for the source DB instance.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#encryptedBoolean

Whether the DB snapshot is encrypted.

Returns:

  • (Boolean)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The name of the database engine to use for this DB instance. Valid values are as follows:

  • aurora

  • aurora-mysql

  • aurora-postgresql

  • c

  • mariadb

  • mysql

  • oracle-ee

  • oracle-se

  • oracle-se1

  • oracle-se2

  • sqlserver-ee

  • sqlserver-ex

  • sqlserver-se

  • sqlserver-web

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version of the database engine.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#iam_database_authentication_enabledBoolean

Whether mapping of IAM accounts to database accounts is enabled.

Returns:

  • (Boolean)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_create_timeString

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

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

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

Returns:

  • (Integer)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#license_modelString

License model information for the restored DB instance.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#master_usernameString

The master user name for the DB snapshot.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#option_group_nameString

The option group name for the DB snapshot.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#percent_progressInteger

The percentage of the estimated data that has been transferred.

Returns:

  • (Integer)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

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

Returns:

  • (Integer)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#processor_featuresArray<Types::AwsRdsDbProcessorFeature>

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.



17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_create_timeString

When the snapshot was taken in Coordinated Universal Time (UTC).

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_typeString

The type of the DB snapshot.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_db_snapshot_identifierString

The DB snapshot ARN that the DB snapshot was copied from.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_regionString

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

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of this DB snapshot.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

The storage type associated with the DB snapshot. Valid values are as follows:

  • gp2

  • io1

  • standard

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  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)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The time zone of the DB snapshot.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID associated with the DB snapshot.

Returns:

  • (String)


17071
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17071

class AwsRdsDbSnapshotDetails < 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,
  :timezone,
  :iam_database_authentication_enabled,
  :processor_features,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end