Class: Aws::Types::AssociateRouteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateRouteTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
674 675 676 |
# File 'sig/types.rbs', line 674 def dry_run @dry_run end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def gateway_id @gateway_id end |
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
673 674 675 |
# File 'sig/types.rbs', line 673 def public_ipv_4_pool @public_ipv_4_pool end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
676 677 678 |
# File 'sig/types.rbs', line 676 def route_table_id @route_table_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def subnet_id @subnet_id end |