Class: Aws::Types::EC2AssociateRouteTableAction
- Inherits:
-
Object
- Object
- Aws::Types::EC2AssociateRouteTableAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#gateway_id ⇒ Types::ActionTarget
Returns the value of attribute gateway_id.
-
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
-
#subnet_id ⇒ Types::ActionTarget
Returns the value of attribute subnet_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
223 224 225 |
# File 'sig/types.rbs', line 223 def description @description end |
#gateway_id ⇒ Types::ActionTarget
Returns the value of attribute gateway_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def gateway_id @gateway_id end |
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def route_table_id @route_table_id end |
#subnet_id ⇒ Types::ActionTarget
Returns the value of attribute subnet_id.
225 226 227 |
# File 'sig/types.rbs', line 225 def subnet_id @subnet_id end |