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.
18215 18216 18217 |
# File 'sig/types.rbs', line 18215 def state @state end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
18214 18215 18216 |
# File 'sig/types.rbs', line 18214 def transit_gateway_route_table_id @transit_gateway_route_table_id end |