Class: Aws::Types::CreateRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#default_route ⇒ Types::DefaultRouteInput
Returns the value of attribute default_route.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#route_type ⇒ "DEFAULT", "URI_PATH"
Returns the value of attribute route_type.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uri_path_route ⇒ Types::UriPathRouteInput
Returns the value of attribute uri_path_route.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
121 122 123 |
# File 'sig/types.rbs', line 121 def application_identifier @application_identifier end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
122 123 124 |
# File 'sig/types.rbs', line 122 def client_token @client_token end |
#default_route ⇒ Types::DefaultRouteInput
Returns the value of attribute default_route.
123 124 125 |
# File 'sig/types.rbs', line 123 def default_route @default_route end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
124 125 126 |
# File 'sig/types.rbs', line 124 def environment_identifier @environment_identifier end |
#route_type ⇒ "DEFAULT", "URI_PATH"
Returns the value of attribute route_type.
125 126 127 |
# File 'sig/types.rbs', line 125 def route_type @route_type end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
126 127 128 |
# File 'sig/types.rbs', line 126 def service_identifier @service_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
127 128 129 |
# File 'sig/types.rbs', line 127 def end |
#uri_path_route ⇒ Types::UriPathRouteInput
Returns the value of attribute uri_path_route.
128 129 130 |
# File 'sig/types.rbs', line 128 def uri_path_route @uri_path_route end |