Class: Aws::Types::CreateRouteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def vpc_id @vpc_id end |