Class: Aws::Types::TransitGatewayRoute
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#transit_gateway_attachments ⇒ ::Array[Types::TransitGatewayRouteAttachment]
Returns the value of attribute transit_gateway_attachments.
-
#transit_gateway_route_table_announcement_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_announcement_id.
-
#type ⇒ "static", "propagated"
Returns the value of attribute type.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
18220 18221 18222 |
# File 'sig/types.rbs', line 18220 def destination_cidr_block @destination_cidr_block end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
18221 18222 18223 |
# File 'sig/types.rbs', line 18221 def prefix_list_id @prefix_list_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18225 18226 18227 |
# File 'sig/types.rbs', line 18225 def state @state end |
#transit_gateway_attachments ⇒ ::Array[Types::TransitGatewayRouteAttachment]
Returns the value of attribute transit_gateway_attachments.
18223 18224 18225 |
# File 'sig/types.rbs', line 18223 def @transit_gateway_attachments end |
#transit_gateway_route_table_announcement_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_announcement_id.
18222 18223 18224 |
# File 'sig/types.rbs', line 18222 def transit_gateway_route_table_announcement_id @transit_gateway_route_table_announcement_id end |
#type ⇒ "static", "propagated"
Returns the value of attribute type.
18224 18225 18226 |
# File 'sig/types.rbs', line 18224 def type @type end |