Class: Aws::Types::TransitGatewayConnectPeerConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_configurations::Array[Types::TransitGatewayAttachmentBgpConfiguration]

Returns the value of attribute bgp_configurations.



18614
18615
18616
# File 'sig/types.rbs', line 18614

def bgp_configurations
  @bgp_configurations
end

#inside_cidr_blocks::Array[::String]

Returns the value of attribute inside_cidr_blocks.

Returns:

  • (::Array[::String])


18612
18613
18614
# File 'sig/types.rbs', line 18612

def inside_cidr_blocks
  @inside_cidr_blocks
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


18611
18612
18613
# File 'sig/types.rbs', line 18611

def peer_address
  @peer_address
end

#protocol"gre"

Returns the value of attribute protocol.

Returns:

  • ("gre")


18613
18614
18615
# File 'sig/types.rbs', line 18613

def protocol
  @protocol
end

#transit_gateway_address::String

Returns the value of attribute transit_gateway_address.

Returns:

  • (::String)


18610
18611
18612
# File 'sig/types.rbs', line 18610

def transit_gateway_address
  @transit_gateway_address
end