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.



18275
18276
18277
# File 'sig/types.rbs', line 18275

def bgp_configurations
  @bgp_configurations
end

#inside_cidr_blocks::Array[::String]

Returns the value of attribute inside_cidr_blocks.

Returns:

  • (::Array[::String])


18273
18274
18275
# File 'sig/types.rbs', line 18273

def inside_cidr_blocks
  @inside_cidr_blocks
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


18272
18273
18274
# File 'sig/types.rbs', line 18272

def peer_address
  @peer_address
end

#protocol"gre"

Returns the value of attribute protocol.

Returns:

  • ("gre")


18274
18275
18276
# File 'sig/types.rbs', line 18274

def protocol
  @protocol
end

#transit_gateway_address::String

Returns the value of attribute transit_gateway_address.

Returns:

  • (::String)


18271
18272
18273
# File 'sig/types.rbs', line 18271

def transit_gateway_address
  @transit_gateway_address
end