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.
18934 18935 18936 |
# File 'sig/types.rbs', line 18934 def @attachment_id end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
18930 18931 18932 |
# File 'sig/types.rbs', line 18930 def destination_cidr @destination_cidr end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
18933 18934 18935 |
# File 'sig/types.rbs', line 18933 def prefix_list_id @prefix_list_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18935 18936 18937 |
# File 'sig/types.rbs', line 18935 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
18936 18937 18938 |
# File 'sig/types.rbs', line 18936 def resource_type @resource_type end |
#route_origin ⇒ ::String
Returns the value of attribute route_origin.
18932 18933 18934 |
# File 'sig/types.rbs', line 18932 def route_origin @route_origin end |
#state ⇒ ::String
Returns the value of attribute state.
18931 18932 18933 |
# File 'sig/types.rbs', line 18931 def state @state end |