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.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def dry_run @dry_run end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def route_server_id @route_server_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def tag_specifications @tag_specifications end |