Module: Aws::ApiGatewayV2::Client::_ImportApiResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#api_endpoint::String

Returns:

  • (::String)


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

def api_endpoint: () -> ::String

#api_gateway_managedBoolean

Returns:

  • (Boolean)


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

def api_gateway_managed: () -> bool

#api_id::String

Returns:

  • (::String)


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

def api_id: () -> ::String

#api_key_selection_expression::String

Returns:

  • (::String)


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

def api_key_selection_expression: () -> ::String

#cors_configurationTypes::Cors

Returns:



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

def cors_configuration: () -> Types::Cors

#created_date::Time

Returns:

  • (::Time)


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

def created_date: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#disable_execute_api_endpointBoolean

Returns:

  • (Boolean)


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

def disable_execute_api_endpoint: () -> bool

#disable_schema_validationBoolean

Returns:

  • (Boolean)


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

def disable_schema_validation: () -> bool

#import_info::Array[::String]

Returns:

  • (::Array[::String])


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

def import_info: () -> ::Array[::String]

#ip_address_type"ipv4", "dualstack"

Returns:

  • ("ipv4", "dualstack")


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

def ip_address_type: () -> ("ipv4" | "dualstack")

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#protocol_type"WEBSOCKET", "HTTP"

Returns:

  • ("WEBSOCKET", "HTTP")


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

def protocol_type: () -> ("WEBSOCKET" | "HTTP")

#route_selection_expression::String

Returns:

  • (::String)


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

def route_selection_expression: () -> ::String

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

Returns:

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


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

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

#version::String

Returns:

  • (::String)


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

def version: () -> ::String

#warnings::Array[::String]

Returns:

  • (::Array[::String])


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

def warnings: () -> ::Array[::String]