Module: Aws::MigrationHubRefactorSpaces::Client::_CreateRouteResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRouteResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #created_by_account_id ⇒ ::String
- #created_time ⇒ ::Time
- #last_updated_time ⇒ ::Time
- #owner_account_id ⇒ ::String
- #route_id ⇒ ::String
- #route_type ⇒ "DEFAULT", "URI_PATH"
- #service_id ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #uri_path_route ⇒ Types::UriPathRouteInput
Instance Method Details
#application_id ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def application_id: () -> ::String
|
#arn ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def arn: () -> ::String
|
#created_by_account_id ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def created_by_account_id: () -> ::String
|
#created_time ⇒ ::Time
140 |
# File 'sig/client.rbs', line 140
def created_time: () -> ::Time
|
#last_updated_time ⇒ ::Time
141 |
# File 'sig/client.rbs', line 141
def last_updated_time: () -> ::Time
|
#owner_account_id ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def owner_account_id: () -> ::String
|
#route_id ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def route_id: () -> ::String
|
#route_type ⇒ "DEFAULT", "URI_PATH"
144 |
# File 'sig/client.rbs', line 144
def route_type: () -> ("DEFAULT" | "URI_PATH")
|
#service_id ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def service_id: () -> ::String
|
#state ⇒ "CREATING", ...
146 |
# File 'sig/client.rbs', line 146
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
147 |
# File 'sig/client.rbs', line 147
def tags: () -> ::Hash[::String, ::String]
|
#uri_path_route ⇒ Types::UriPathRouteInput
148 |
# File 'sig/client.rbs', line 148
def uri_path_route: () -> Types::UriPathRouteInput
|