Class: Aws::Types::UpdateOdbPeeringConnectionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


2631
2632
2633
# File 'sig/types.rbs', line 2631

def peer_network_cidrs_to_be_removed
  @peer_network_cidrs_to_be_removed
end