Class: Aws::Types::GetFailbackReplicationConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFailbackReplicationConfigurationResponse
- 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.
477 478 479 |
# File 'sig/types.rbs', line 477 def bandwidth_throttling @bandwidth_throttling end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
479 480 481 |
# File 'sig/types.rbs', line 479 def internet_protocol @internet_protocol end |
#name ⇒ ::String
Returns the value of attribute name.
476 477 478 |
# File 'sig/types.rbs', line 476 def name @name end |
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
475 476 477 |
# File 'sig/types.rbs', line 475 def recovery_instance_id @recovery_instance_id end |
#use_private_ip ⇒ Boolean
Returns the value of attribute use_private_ip.
478 479 480 |
# File 'sig/types.rbs', line 478 def use_private_ip @use_private_ip end |