Module: Aws::EC2::Client::_GetTransitGatewayAttachmentPropagationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTransitGatewayAttachmentPropagationsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #transit_gateway_attachment_propagations ⇒ ::Array[Types::TransitGatewayAttachmentPropagation]
Instance Method Details
#next_token ⇒ ::String
10680 |
# File 'sig/client.rbs', line 10680
def next_token: () -> ::String
|
#transit_gateway_attachment_propagations ⇒ ::Array[Types::TransitGatewayAttachmentPropagation]
10679 |
# File 'sig/client.rbs', line 10679
def transit_gateway_attachment_propagations: () -> ::Array[Types::TransitGatewayAttachmentPropagation]
|