Class: Aws::Types::RestoreDBClusterToPointInTimeMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBClusterToPointInTimeMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
-
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
-
#restore_type ⇒ ::String
Returns the value of attribute restore_type.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#source_db_cluster_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_identifier.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def db_cluster_parameter_group_name @db_cluster_parameter_group_name end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def deletion_protection @deletion_protection end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def enable_iam_database_authentication @enable_iam_database_authentication end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def kms_key_id @kms_key_id end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def option_group_name @option_group_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def port @port end |
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def restore_to_time @restore_to_time end |
#restore_type ⇒ ::String
Returns the value of attribute restore_type.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def restore_type @restore_type end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#source_db_cluster_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_identifier.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def source_db_cluster_identifier @source_db_cluster_identifier end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def storage_type @storage_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def end |
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def use_latest_restorable_time @use_latest_restorable_time end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def vpc_security_group_ids @vpc_security_group_ids end |