Module: Aws::ApiGatewayV2::Client::_CreateApiResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#api_endpoint::String

Returns:

  • (::String)


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

def api_endpoint: () -> ::String

#api_gateway_managedBoolean

Returns:

  • (Boolean)


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

def api_gateway_managed: () -> bool

#api_id::String

Returns:

  • (::String)


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

def api_id: () -> ::String

#api_key_selection_expression::String

Returns:

  • (::String)


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

def api_key_selection_expression: () -> ::String

#cors_configurationTypes::Cors

Returns:



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

def cors_configuration: () -> Types::Cors

#created_date::Time

Returns:

  • (::Time)


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

def created_date: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#disable_execute_api_endpointBoolean

Returns:

  • (Boolean)


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

def disable_execute_api_endpoint: () -> bool

#disable_schema_validationBoolean

Returns:

  • (Boolean)


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

def disable_schema_validation: () -> bool

#import_info::Array[::String]

Returns:

  • (::Array[::String])


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

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

#ip_address_type"ipv4", "dualstack"

Returns:

  • ("ipv4", "dualstack")


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#protocol_type"WEBSOCKET", "HTTP"

Returns:

  • ("WEBSOCKET", "HTTP")


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

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

#route_selection_expression::String

Returns:

  • (::String)


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

def route_selection_expression: () -> ::String

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

Returns:

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


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

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

#version::String

Returns:

  • (::String)


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

def version: () -> ::String

#warnings::Array[::String]

Returns:

  • (::Array[::String])


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

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