Class: Aws::Types::UpdateApiInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_selection_expression::String

Returns the value of attribute api_key_selection_expression.

Returns:

  • (::String)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def api_key_selection_expression
  @api_key_selection_expression
end

#cors_configurationTypes::Cors

Returns the value of attribute cors_configuration.

Returns:



2187
2188
2189
# File 'sig/types.rbs', line 2187

def cors_configuration
  @cors_configuration
end

#credentials_arn::String

Returns the value of attribute credentials_arn.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def credentials_arn
  @credentials_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def description
  @description
end

#disable_execute_api_endpointBoolean

Returns the value of attribute disable_execute_api_endpoint.

Returns:

  • (Boolean)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def disable_execute_api_endpoint
  @disable_execute_api_endpoint
end

#disable_schema_validationBoolean

Returns the value of attribute disable_schema_validation.

Returns:

  • (Boolean)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def disable_schema_validation
  @disable_schema_validation
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack")


2192
2193
2194
# File 'sig/types.rbs', line 2192

def ip_address_type
  @ip_address_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def name
  @name
end

#route_key::String

Returns the value of attribute route_key.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def route_key
  @route_key
end

#route_selection_expression::String

Returns the value of attribute route_selection_expression.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def route_selection_expression
  @route_selection_expression
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def target
  @target
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def version
  @version
end