Class: Aws::Types::AddReplicaLocationInput
- Inherits:
-
Object
- Object
- Aws::Types::AddReplicaLocationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#vpc_config ⇒ Types::VpcConfigInput
Returns the value of attribute vpc_config.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
19 20 21 |
# File 'sig/types.rbs', line 19 def kms_key_arn @kms_key_arn end |
#location ⇒ ::String
Returns the value of attribute location.
17 18 19 |
# File 'sig/types.rbs', line 17 def location @location end |
#vpc_config ⇒ Types::VpcConfigInput
Returns the value of attribute vpc_config.
18 19 20 |
# File 'sig/types.rbs', line 18 def vpc_config @vpc_config end |