Class: Aws::Types::DescribeTransitGatewayVpcAttachmentsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayVpcAttachmentsResult
- 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_vpc_attachments ⇒ ::Array[Types::TransitGatewayVpcAttachment]
Returns the value of attribute transit_gateway_vpc_attachments.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7499 7500 7501 |
# File 'sig/types.rbs', line 7499 def next_token @next_token end |
#transit_gateway_vpc_attachments ⇒ ::Array[Types::TransitGatewayVpcAttachment]
Returns the value of attribute transit_gateway_vpc_attachments.
7498 7499 7500 |
# File 'sig/types.rbs', line 7498 def @transit_gateway_vpc_attachments end |