Module: Aws::MigrationHubRefactorSpaces::Client::_GetRouteResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRouteResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #append_source_path ⇒ Boolean
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #created_by_account_id ⇒ ::String
- #created_time ⇒ ::Time
- #environment_id ⇒ ::String
- #include_child_paths ⇒ Boolean
- #last_updated_time ⇒ ::Time
- #methods ⇒ ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
- #owner_account_id ⇒ ::String
- #path_resource_to_id ⇒ ::Hash[::String, ::String]
- #route_id ⇒ ::String
- #route_type ⇒ "DEFAULT", "URI_PATH"
- #service_id ⇒ ::String
- #source_path ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#append_source_path ⇒ Boolean
339 |
# File 'sig/client.rbs', line 339
def append_source_path: () -> bool
|
#application_id ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def application_id: () -> ::String
|
#arn ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def arn: () -> ::String
|
#created_by_account_id ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def created_by_account_id: () -> ::String
|
#created_time ⇒ ::Time
343 |
# File 'sig/client.rbs', line 343
def created_time: () -> ::Time
|
#environment_id ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def environment_id: () -> ::String
|
#include_child_paths ⇒ Boolean
345 |
# File 'sig/client.rbs', line 345
def include_child_paths: () -> bool
|
#last_updated_time ⇒ ::Time
346 |
# File 'sig/client.rbs', line 346
def last_updated_time: () -> ::Time
|
#methods ⇒ ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
347 |
# File 'sig/client.rbs', line 347
def methods: () -> ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
|
#owner_account_id ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def owner_account_id: () -> ::String
|
#path_resource_to_id ⇒ ::Hash[::String, ::String]
349 |
# File 'sig/client.rbs', line 349
def path_resource_to_id: () -> ::Hash[::String, ::String]
|
#route_id ⇒ ::String
350 |
# File 'sig/client.rbs', line 350
def route_id: () -> ::String
|
#route_type ⇒ "DEFAULT", "URI_PATH"
351 |
# File 'sig/client.rbs', line 351
def route_type: () -> ("DEFAULT" | "URI_PATH")
|
#service_id ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def service_id: () -> ::String
|
#source_path ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def source_path: () -> ::String
|
#state ⇒ "CREATING", ...
354 |
# File 'sig/client.rbs', line 354
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
355 |
# File 'sig/client.rbs', line 355
def tags: () -> ::Hash[::String, ::String]
|