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.
17904 17905 17906 |
# File 'sig/types.rbs', line 17904 def state @state end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
17903 17904 17905 |
# File 'sig/types.rbs', line 17903 def transit_gateway_route_table_id @transit_gateway_route_table_id end |