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.
760 761 762 |
# File 'sig/types.rbs', line 760 def dry_run @dry_run end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
758 759 760 |
# File 'sig/types.rbs', line 758 def gateway_id @gateway_id end |
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
759 760 761 |
# File 'sig/types.rbs', line 759 def public_ipv_4_pool @public_ipv_4_pool end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
762 763 764 |
# File 'sig/types.rbs', line 762 def route_table_id @route_table_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
761 762 763 |
# File 'sig/types.rbs', line 761 def subnet_id @subnet_id end |