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.
6877 6878 6879 |
# File 'sig/types.rbs', line 6877 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6875 6876 6877 |
# File 'sig/types.rbs', line 6875 def instance_id @instance_id end |
#replica_alias ⇒ ::String
Returns the value of attribute replica_alias.
6878 6879 6880 |
# File 'sig/types.rbs', line 6878 def replica_alias @replica_alias end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
6876 6877 6878 |
# File 'sig/types.rbs', line 6876 def replica_region @replica_region end |