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.



17964
17965
17966
# File 'sig/types.rbs', line 17964

def bgp_configurations
  @bgp_configurations
end

#inside_cidr_blocks::Array[::String]

Returns the value of attribute inside_cidr_blocks.

Returns:

  • (::Array[::String])


17962
17963
17964
# File 'sig/types.rbs', line 17962

def inside_cidr_blocks
  @inside_cidr_blocks
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


17961
17962
17963
# File 'sig/types.rbs', line 17961

def peer_address
  @peer_address
end

#protocol"gre"

Returns the value of attribute protocol.

Returns:

  • ("gre")


17963
17964
17965
# File 'sig/types.rbs', line 17963

def protocol
  @protocol
end

#transit_gateway_address::String

Returns the value of attribute transit_gateway_address.

Returns:

  • (::String)


17960
17961
17962
# File 'sig/types.rbs', line 17960

def transit_gateway_address
  @transit_gateway_address
end