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.
10430 10431 10432 |
# File 'sig/types.rbs', line 10430 def next_token @next_token end |
#transit_gateway_attachment_propagations ⇒ ::Array[Types::TransitGatewayAttachmentPropagation]
Returns the value of attribute transit_gateway_attachment_propagations.
10429 10430 10431 |
# File 'sig/types.rbs', line 10429 def @transit_gateway_attachment_propagations end |