Class: Aws::Types::DescribeTransitGatewayAttachmentsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayAttachmentsResult
- 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_attachments ⇒ ::Array[Types::TransitGatewayAttachment]
Returns the value of attribute transit_gateway_attachments.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7364 7365 7366 |
# File 'sig/types.rbs', line 7364 def next_token @next_token end |
#transit_gateway_attachments ⇒ ::Array[Types::TransitGatewayAttachment]
Returns the value of attribute transit_gateway_attachments.
7363 7364 7365 |
# File 'sig/types.rbs', line 7363 def @transit_gateway_attachments end |