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.
18955 18956 18957 |
# File 'sig/types.rbs', line 18955 def @attachment_id end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
18951 18952 18953 |
# File 'sig/types.rbs', line 18951 def destination_cidr @destination_cidr end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
18954 18955 18956 |
# File 'sig/types.rbs', line 18954 def prefix_list_id @prefix_list_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18956 18957 18958 |
# File 'sig/types.rbs', line 18956 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
18957 18958 18959 |
# File 'sig/types.rbs', line 18957 def resource_type @resource_type end |
#route_origin ⇒ ::String
Returns the value of attribute route_origin.
18953 18954 18955 |
# File 'sig/types.rbs', line 18953 def route_origin @route_origin end |
#state ⇒ ::String
Returns the value of attribute state.
18952 18953 18954 |
# File 'sig/types.rbs', line 18952 def state @state end |