Class: Aws::Types::CreateRouteServerEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteServerEndpointRequest
- 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.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def dry_run @dry_run end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def route_server_id @route_server_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def tag_specifications @tag_specifications end |