Class: Aws::Types::CreateRouteResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
-
#route_type ⇒ "DEFAULT", "URI_PATH"
Returns the value of attribute route_type.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#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_id ⇒ ::String
Returns the value of attribute application_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def arn @arn end |
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
135 136 137 |
# File 'sig/types.rbs', line 135 def created_by_account_id @created_by_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
136 137 138 |
# File 'sig/types.rbs', line 136 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
137 138 139 |
# File 'sig/types.rbs', line 137 def last_updated_time @last_updated_time end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def owner_account_id @owner_account_id end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def route_id @route_id end |
#route_type ⇒ "DEFAULT", "URI_PATH"
Returns the value of attribute route_type.
140 141 142 |
# File 'sig/types.rbs', line 140 def route_type @route_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def service_id @service_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
142 143 144 |
# File 'sig/types.rbs', line 142 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def @tags end |
#uri_path_route ⇒ Types::UriPathRouteInput
Returns the value of attribute uri_path_route.
144 145 146 |
# File 'sig/types.rbs', line 144 def uri_path_route @uri_path_route end |