Class: Aws::Types::RouteSummary
- Inherits:
-
Object
- Object
- Aws::Types::RouteSummary
- 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.
527 528 529 |
# File 'sig/types.rbs', line 527 def append_source_path @append_source_path end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
529 530 531 |
# File 'sig/types.rbs', line 529 def arn @arn end |
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def created_by_account_id @created_by_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
531 532 533 |
# File 'sig/types.rbs', line 531 def created_time @created_time end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
532 533 534 |
# File 'sig/types.rbs', line 532 def environment_id @environment_id end |
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
533 534 535 |
# File 'sig/types.rbs', line 533 def error @error end |
#include_child_paths ⇒ Boolean
Returns the value of attribute include_child_paths.
534 535 536 |
# File 'sig/types.rbs', line 534 def include_child_paths @include_child_paths end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
535 536 537 |
# File 'sig/types.rbs', line 535 def last_updated_time @last_updated_time end |
#methods ⇒ ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
Returns the value of attribute methods.
536 537 538 |
# File 'sig/types.rbs', line 536 def methods @methods end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def owner_account_id @owner_account_id end |
#path_resource_to_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute path_resource_to_id.
538 539 540 |
# File 'sig/types.rbs', line 538 def path_resource_to_id @path_resource_to_id end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def route_id @route_id end |
#route_type ⇒ "DEFAULT", "URI_PATH"
Returns the value of attribute route_type.
540 541 542 |
# File 'sig/types.rbs', line 540 def route_type @route_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
541 542 543 |
# File 'sig/types.rbs', line 541 def service_id @service_id end |
#source_path ⇒ ::String
Returns the value of attribute source_path.
542 543 544 |
# File 'sig/types.rbs', line 542 def source_path @source_path end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
543 544 545 |
# File 'sig/types.rbs', line 543 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
544 545 546 |
# File 'sig/types.rbs', line 544 def end |