Class: Aws::Types::UpdateFailbackReplicationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFailbackReplicationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
-
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
-
#use_private_ip ⇒ Boolean
Returns the value of attribute use_private_ip.
Instance Attribute Details
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def bandwidth_throttling @bandwidth_throttling end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def internet_protocol @internet_protocol end |
#name ⇒ ::String
Returns the value of attribute name.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def name @name end |
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def recovery_instance_id @recovery_instance_id end |
#use_private_ip ⇒ Boolean
Returns the value of attribute use_private_ip.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def use_private_ip @use_private_ip end |