Class: Aws::Types::GetRouteResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#append_source_path ⇒ Boolean
Returns the value of attribute append_source_path.
-
#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.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
-
#include_child_paths ⇒ Boolean
Returns the value of attribute include_child_paths.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#methods ⇒ ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
Returns the value of attribute methods.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#path_resource_to_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute path_resource_to_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.
-
#source_path ⇒ ::String
Returns the value of attribute source_path.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#append_source_path ⇒ Boolean
Returns the value of attribute append_source_path.
360 361 362 |
# File 'sig/types.rbs', line 360 def append_source_path @append_source_path end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
361 362 363 |
# File 'sig/types.rbs', line 361 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
362 363 364 |
# File 'sig/types.rbs', line 362 def arn @arn end |
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
363 364 365 |
# File 'sig/types.rbs', line 363 def created_by_account_id @created_by_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
364 365 366 |
# File 'sig/types.rbs', line 364 def created_time @created_time end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
365 366 367 |
# File 'sig/types.rbs', line 365 def environment_id @environment_id end |
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
366 367 368 |
# File 'sig/types.rbs', line 366 def error @error end |
#include_child_paths ⇒ Boolean
Returns the value of attribute include_child_paths.
367 368 369 |
# File 'sig/types.rbs', line 367 def include_child_paths @include_child_paths end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
368 369 370 |
# File 'sig/types.rbs', line 368 def last_updated_time @last_updated_time end |
#methods ⇒ ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
Returns the value of attribute methods.
369 370 371 |
# File 'sig/types.rbs', line 369 def methods @methods end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def owner_account_id @owner_account_id end |
#path_resource_to_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute path_resource_to_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def path_resource_to_id @path_resource_to_id end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
372 373 374 |
# File 'sig/types.rbs', line 372 def route_id @route_id end |
#route_type ⇒ "DEFAULT", "URI_PATH"
Returns the value of attribute route_type.
373 374 375 |
# File 'sig/types.rbs', line 373 def route_type @route_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
374 375 376 |
# File 'sig/types.rbs', line 374 def service_id @service_id end |
#source_path ⇒ ::String
Returns the value of attribute source_path.
375 376 377 |
# File 'sig/types.rbs', line 375 def source_path @source_path end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
376 377 378 |
# File 'sig/types.rbs', line 376 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
377 378 379 |
# File 'sig/types.rbs', line 377 def end |