Class: Aws::Types::TransitGatewayPeering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#peering ⇒ Types::Peering

Returns the value of attribute peering.

Returns:



1793
1794
1795
# File 'sig/types.rbs', line 1793

def peering
  @peering
end

#transit_gateway_arn ⇒ ::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def transit_gateway_arn
  @transit_gateway_arn
end

#transit_gateway_peering_attachment_id ⇒ ::String

Returns the value of attribute transit_gateway_peering_attachment_id.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def transit_gateway_peering_attachment_id
  @transit_gateway_peering_attachment_id
end