Class: Aws::Types::TransitGatewayPeering
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayPeering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#peering ⇒ Types::Peering
Returns the value of attribute peering.
-
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
-
#transit_gateway_peering_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_peering_attachment_id.
Instance Attribute Details
#peering ⇒ Types::Peering
Returns the value of attribute peering.
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.
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.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def end |