Class: Aws::Types::TransitGatewayRouteTablePropagation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRouteTablePropagation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
-
#state ⇒ "enabling", ...
Returns the value of attribute state.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_route_table_announcement_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_announcement_id.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18272 18273 18274 |
# File 'sig/types.rbs', line 18272 def resource_id @resource_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18273 18274 18275 |
# File 'sig/types.rbs', line 18273 def resource_type @resource_type end |
#state ⇒ "enabling", ...
Returns the value of attribute state.
18274 18275 18276 |
# File 'sig/types.rbs', line 18274 def state @state end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18271 18272 18273 |
# File 'sig/types.rbs', line 18271 def @transit_gateway_attachment_id end |
#transit_gateway_route_table_announcement_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_announcement_id.
18275 18276 18277 |
# File 'sig/types.rbs', line 18275 def transit_gateway_route_table_announcement_id @transit_gateway_route_table_announcement_id end |