Class: Aws::Types::GetTransitGatewayAttachmentPropagationsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTransitGatewayAttachmentPropagationsResult
- 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_attachment_propagations ⇒ ::Array[Types::TransitGatewayAttachmentPropagation]
Returns the value of attribute transit_gateway_attachment_propagations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10873 10874 10875 |
# File 'sig/types.rbs', line 10873 def next_token @next_token end |
#transit_gateway_attachment_propagations ⇒ ::Array[Types::TransitGatewayAttachmentPropagation]
Returns the value of attribute transit_gateway_attachment_propagations.
10872 10873 10874 |
# File 'sig/types.rbs', line 10872 def @transit_gateway_attachment_propagations end |