Class: Aws::Types::DBClusterAutomatedBackup
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterAutomatedBackup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#aws_backup_recovery_point_arn ⇒ ::String
Returns the value of attribute aws_backup_recovery_point_arn.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
-
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
-
#db_cluster_automated_backups_arn ⇒ ::String
Returns the value of attribute db_cluster_automated_backups_arn.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
-
#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.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#restore_window ⇒ Types::RestoreWindow
Returns the value of attribute restore_window.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
929 930 931 |
# File 'sig/types.rbs', line 929 def allocated_storage @allocated_storage end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
935 936 937 |
# File 'sig/types.rbs', line 935 def availability_zones @availability_zones end |
#aws_backup_recovery_point_arn ⇒ ::String
Returns the value of attribute aws_backup_recovery_point_arn.
941 942 943 |
# File 'sig/types.rbs', line 941 def aws_backup_recovery_point_arn @aws_backup_recovery_point_arn end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
932 933 934 |
# File 'sig/types.rbs', line 932 def backup_retention_period @backup_retention_period end |
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
926 927 928 |
# File 'sig/types.rbs', line 926 def cluster_create_time @cluster_create_time end |
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
931 932 933 |
# File 'sig/types.rbs', line 931 def db_cluster_arn @db_cluster_arn end |
#db_cluster_automated_backups_arn ⇒ ::String
Returns the value of attribute db_cluster_automated_backups_arn.
917 918 919 |
# File 'sig/types.rbs', line 917 def db_cluster_automated_backups_arn @db_cluster_automated_backups_arn end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
918 919 920 |
# File 'sig/types.rbs', line 918 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
921 922 923 |
# File 'sig/types.rbs', line 921 def db_cluster_resource_id @db_cluster_resource_id end |
#engine ⇒ ::String
Returns the value of attribute engine.
915 916 917 |
# File 'sig/types.rbs', line 915 def engine @engine end |
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
934 935 936 |
# File 'sig/types.rbs', line 934 def engine_mode @engine_mode end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
930 931 932 |
# File 'sig/types.rbs', line 930 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
925 926 927 |
# File 'sig/types.rbs', line 925 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
939 940 941 |
# File 'sig/types.rbs', line 939 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def kms_key_id @kms_key_id end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
923 924 925 |
# File 'sig/types.rbs', line 923 def license_model @license_model end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
920 921 922 |
# File 'sig/types.rbs', line 920 def master_username @master_username end |
#port ⇒ ::Integer
Returns the value of attribute port.
936 937 938 |
# File 'sig/types.rbs', line 936 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
933 934 935 |
# File 'sig/types.rbs', line 933 def preferred_backup_window @preferred_backup_window end |
#region ⇒ ::String
Returns the value of attribute region.
922 923 924 |
# File 'sig/types.rbs', line 922 def region @region end |
#restore_window ⇒ Types::RestoreWindow
Returns the value of attribute restore_window.
919 920 921 |
# File 'sig/types.rbs', line 919 def restore_window @restore_window end |
#status ⇒ ::String
Returns the value of attribute status.
924 925 926 |
# File 'sig/types.rbs', line 924 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
927 928 929 |
# File 'sig/types.rbs', line 927 def storage_encrypted @storage_encrypted end |
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
928 929 930 |
# File 'sig/types.rbs', line 928 def storage_encryption_type @storage_encryption_type end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
940 941 942 |
# File 'sig/types.rbs', line 940 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
938 939 940 |
# File 'sig/types.rbs', line 938 def storage_type @storage_type end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
942 943 944 |
# File 'sig/types.rbs', line 942 def tag_list @tag_list end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
916 917 918 |
# File 'sig/types.rbs', line 916 def vpc_id @vpc_id end |