Class: Aws::Types::TransitGatewayRouteTableRoute
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRouteTableRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#route_origin ⇒ ::String
Returns the value of attribute route_origin.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
18284 18285 18286 |
# File 'sig/types.rbs', line 18284 def @attachment_id end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
18280 18281 18282 |
# File 'sig/types.rbs', line 18280 def destination_cidr @destination_cidr end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
18283 18284 18285 |
# File 'sig/types.rbs', line 18283 def prefix_list_id @prefix_list_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18285 18286 18287 |
# File 'sig/types.rbs', line 18285 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
18286 18287 18288 |
# File 'sig/types.rbs', line 18286 def resource_type @resource_type end |
#route_origin ⇒ ::String
Returns the value of attribute route_origin.
18282 18283 18284 |
# File 'sig/types.rbs', line 18282 def route_origin @route_origin end |
#state ⇒ ::String
Returns the value of attribute state.
18281 18282 18283 |
# File 'sig/types.rbs', line 18281 def state @state end |