Module: Aws::MigrationHubRefactorSpaces::Client::_CreateRouteResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateRouteResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


137
# File 'sig/client.rbs', line 137

def application_id: () -> ::String

#arn::String

Returns:

  • (::String)


138
# File 'sig/client.rbs', line 138

def arn: () -> ::String

#created_by_account_id::String

Returns:

  • (::String)


139
# File 'sig/client.rbs', line 139

def created_by_account_id: () -> ::String

#created_time::Time

Returns:

  • (::Time)


140
# File 'sig/client.rbs', line 140

def created_time: () -> ::Time

#last_updated_time::Time

Returns:

  • (::Time)


141
# File 'sig/client.rbs', line 141

def last_updated_time: () -> ::Time

#owner_account_id::String

Returns:

  • (::String)


142
# File 'sig/client.rbs', line 142

def owner_account_id: () -> ::String

#route_id::String

Returns:

  • (::String)


143
# File 'sig/client.rbs', line 143

def route_id: () -> ::String

#route_type"DEFAULT", "URI_PATH"

Returns:

  • ("DEFAULT", "URI_PATH")


144
# File 'sig/client.rbs', line 144

def route_type: () -> ("DEFAULT" | "URI_PATH")

#service_id::String

Returns:

  • (::String)


145
# File 'sig/client.rbs', line 145

def service_id: () -> ::String

#state"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "INACTIVE")


146
# File 'sig/client.rbs', line 146

def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


147
# File 'sig/client.rbs', line 147

def tags: () -> ::Hash[::String, ::String]

#uri_path_routeTypes::UriPathRouteInput



148
# File 'sig/client.rbs', line 148

def uri_path_route: () -> Types::UriPathRouteInput