Class: Aws::Types::TransitGatewayAttachmentPropagation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayAttachmentPropagation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "enabling", ...
Returns the value of attribute state.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#state ⇒ "enabling", ...
Returns the value of attribute state.
18554 18555 18556 |
# File 'sig/types.rbs', line 18554 def state @state end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
18553 18554 18555 |
# File 'sig/types.rbs', line 18553 def transit_gateway_route_table_id @transit_gateway_route_table_id end |