Class: Aws::Types::RestoreClusterFromSnapshotInput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreClusterFromSnapshotInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#shard_capacity ⇒ ::Integer
Returns the value of attribute shard_capacity.
-
#shard_instance_count ⇒ ::Integer
Returns the value of attribute shard_instance_count.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
265 266 267 |
# File 'sig/types.rbs', line 265 def cluster_name @cluster_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def kms_key_id @kms_key_id end |
#shard_capacity ⇒ ::Integer
Returns the value of attribute shard_capacity.
267 268 269 |
# File 'sig/types.rbs', line 267 def shard_capacity @shard_capacity end |
#shard_instance_count ⇒ ::Integer
Returns the value of attribute shard_instance_count.
268 269 270 |
# File 'sig/types.rbs', line 268 def shard_instance_count @shard_instance_count end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def snapshot_arn @snapshot_arn end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
270 271 272 |
# File 'sig/types.rbs', line 270 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
271 272 273 |
# File 'sig/types.rbs', line 271 def end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
272 273 274 |
# File 'sig/types.rbs', line 272 def vpc_security_group_ids @vpc_security_group_ids end |