Class: Aws::Types::DescribeTransitGatewayPeeringAttachmentsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayPeeringAttachmentsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transit_gateway_peering_attachments ⇒ ::Array[Types::TransitGatewayPeeringAttachment]
Returns the value of attribute transit_gateway_peering_attachments.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7712 7713 7714 |
# File 'sig/types.rbs', line 7712 def next_token @next_token end |
#transit_gateway_peering_attachments ⇒ ::Array[Types::TransitGatewayPeeringAttachment]
Returns the value of attribute transit_gateway_peering_attachments.
7711 7712 7713 |
# File 'sig/types.rbs', line 7711 def @transit_gateway_peering_attachments end |