Class: Aws::Types::AwsRdsDbSnapshotDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbSnapshotDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
-
#instance_create_time ⇒ ::String
Returns the value of attribute instance_create_time.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#processor_features ⇒ ::Array[Types::AwsRdsDbProcessorFeature]
Returns the value of attribute processor_features.
-
#snapshot_create_time ⇒ ::String
Returns the value of attribute snapshot_create_time.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
-
#source_db_snapshot_identifier ⇒ ::String
Returns the value of attribute source_db_snapshot_identifier.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3648 3649 3650 |
# File 'sig/types.rbs', line 3648 def allocated_storage @allocated_storage end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def availability_zone @availability_zone end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3645 3646 3647 |
# File 'sig/types.rbs', line 3645 def db_instance_identifier @db_instance_identifier end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def db_snapshot_identifier @db_snapshot_identifier end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
3670 3671 3672 |
# File 'sig/types.rbs', line 3670 def dbi_resource_id @dbi_resource_id end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 def encrypted @encrypted end |
#engine ⇒ ::String
Returns the value of attribute engine.
3647 3648 3649 |
# File 'sig/types.rbs', line 3647 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3655 3656 3657 |
# File 'sig/types.rbs', line 3655 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
3668 3669 3670 |
# File 'sig/types.rbs', line 3668 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#instance_create_time ⇒ ::String
Returns the value of attribute instance_create_time.
3653 3654 3655 |
# File 'sig/types.rbs', line 3653 def instance_create_time @instance_create_time end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3666 3667 3668 |
# File 'sig/types.rbs', line 3666 def kms_key_id @kms_key_id end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
3656 3657 3658 |
# File 'sig/types.rbs', line 3656 def license_model @license_model end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
3654 3655 3656 |
# File 'sig/types.rbs', line 3654 def master_username @master_username end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def option_group_name @option_group_name end |
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def percent_progress @percent_progress end |
#port ⇒ ::Integer
Returns the value of attribute port.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def port @port end |
#processor_features ⇒ ::Array[Types::AwsRdsDbProcessorFeature]
Returns the value of attribute processor_features.
3669 3670 3671 |
# File 'sig/types.rbs', line 3669 def processor_features @processor_features end |
#snapshot_create_time ⇒ ::String
Returns the value of attribute snapshot_create_time.
3646 3647 3648 |
# File 'sig/types.rbs', line 3646 def snapshot_create_time @snapshot_create_time end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
3657 3658 3659 |
# File 'sig/types.rbs', line 3657 def snapshot_type @snapshot_type end |
#source_db_snapshot_identifier ⇒ ::String
Returns the value of attribute source_db_snapshot_identifier.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def source_db_snapshot_identifier @source_db_snapshot_identifier end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def source_region @source_region end |
#status ⇒ ::String
Returns the value of attribute status.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def status @status end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3663 3664 3665 |
# File 'sig/types.rbs', line 3663 def storage_type @storage_type end |
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
3664 3665 3666 |
# File 'sig/types.rbs', line 3664 def tde_credential_arn @tde_credential_arn end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 def timezone @timezone end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3652 3653 3654 |
# File 'sig/types.rbs', line 3652 def vpc_id @vpc_id end |