Class: Aws::Types::EC2CreateRouteTableAction
- Inherits:
-
Object
- Object
- Aws::Types::EC2CreateRouteTableAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#vpc_id ⇒ Types::ActionTarget
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
249 250 251 |
# File 'sig/types.rbs', line 249 def description @description end |
#vpc_id ⇒ Types::ActionTarget
Returns the value of attribute vpc_id.
250 251 252 |
# File 'sig/types.rbs', line 250 def vpc_id @vpc_id end |