Class: Aws::Types::EC2CopyRouteTableAction
- Inherits:
-
Object
- Object
- Aws::Types::EC2CopyRouteTableAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
-
#vpc_id ⇒ Types::ActionTarget
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
231 232 233 |
# File 'sig/types.rbs', line 231 def description @description end |
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def route_table_id @route_table_id end |
#vpc_id ⇒ Types::ActionTarget
Returns the value of attribute vpc_id.
232 233 234 |
# File 'sig/types.rbs', line 232 def vpc_id @vpc_id end |