Class: Aws::Types::ReplicateInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplicateInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#replica_alias ⇒ ::String
Returns the value of attribute replica_alias.
-
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6760 6761 6762 |
# File 'sig/types.rbs', line 6760 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6758 6759 6760 |
# File 'sig/types.rbs', line 6758 def instance_id @instance_id end |
#replica_alias ⇒ ::String
Returns the value of attribute replica_alias.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def replica_alias @replica_alias end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
6759 6760 6761 |
# File 'sig/types.rbs', line 6759 def replica_region @replica_region end |