Class: Aws::Types::UpdateOdbPeeringConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOdbPeeringConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
-
#peer_network_cidrs_to_be_added ⇒ ::Array[::String]
Returns the value of attribute peer_network_cidrs_to_be_added.
-
#peer_network_cidrs_to_be_removed ⇒ ::Array[::String]
Returns the value of attribute peer_network_cidrs_to_be_removed.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def display_name @display_name end |
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def odb_peering_connection_id @odb_peering_connection_id end |
#peer_network_cidrs_to_be_added ⇒ ::Array[::String]
Returns the value of attribute peer_network_cidrs_to_be_added.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def peer_network_cidrs_to_be_added @peer_network_cidrs_to_be_added end |
#peer_network_cidrs_to_be_removed ⇒ ::Array[::String]
Returns the value of attribute peer_network_cidrs_to_be_removed.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def peer_network_cidrs_to_be_removed @peer_network_cidrs_to_be_removed end |