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.
18595 18596 18597 |
# File 'sig/types.rbs', line 18595 def @attachment_id end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
18591 18592 18593 |
# File 'sig/types.rbs', line 18591 def destination_cidr @destination_cidr end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
18594 18595 18596 |
# File 'sig/types.rbs', line 18594 def prefix_list_id @prefix_list_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18596 18597 18598 |
# File 'sig/types.rbs', line 18596 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
18597 18598 18599 |
# File 'sig/types.rbs', line 18597 def resource_type @resource_type end |
#route_origin ⇒ ::String
Returns the value of attribute route_origin.
18593 18594 18595 |
# File 'sig/types.rbs', line 18593 def route_origin @route_origin end |
#state ⇒ ::String
Returns the value of attribute state.
18592 18593 18594 |
# File 'sig/types.rbs', line 18592 def state @state end |