Class: Aws::Types::DescribeDirectConnectGatewayAttachmentsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDirectConnectGatewayAttachmentsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_connect_gateway_attachments ⇒ ::Array[Types::DirectConnectGatewayAttachment]
Returns the value of attribute direct_connect_gateway_attachments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#direct_connect_gateway_attachments ⇒ ::Array[Types::DirectConnectGatewayAttachment]
Returns the value of attribute direct_connect_gateway_attachments.
484 485 486 |
# File 'sig/types.rbs', line 484 def @direct_connect_gateway_attachments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
485 486 487 |
# File 'sig/types.rbs', line 485 def next_token @next_token end |