Class: Aws::Types::RestoreDBClusterFromSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBClusterFromSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#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.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#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.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def availability_zones @availability_zones end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def @copy_tags_to_snapshot end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def database_name @database_name end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 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.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def deletion_protection @deletion_protection end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def enable_iam_database_authentication @enable_iam_database_authentication end |
#engine ⇒ ::String
Returns the value of attribute engine.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def engine_version @engine_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def kms_key_id @kms_key_id end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def option_group_name @option_group_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def port @port end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def snapshot_identifier @snapshot_identifier end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def storage_type @storage_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def vpc_security_group_ids @vpc_security_group_ids end |