Module: Aws::EC2::Client::_DescribeTransitGatewayPeeringAttachmentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTransitGatewayPeeringAttachmentsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #transit_gateway_peering_attachments ⇒ ::Array[Types::TransitGatewayPeeringAttachment]
Instance Method Details
#next_token ⇒ ::String
8190 |
# File 'sig/client.rbs', line 8190
def next_token: () -> ::String
|
#transit_gateway_peering_attachments ⇒ ::Array[Types::TransitGatewayPeeringAttachment]
8189 |
# File 'sig/client.rbs', line 8189
def transit_gateway_peering_attachments: () -> ::Array[Types::TransitGatewayPeeringAttachment]
|