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