Class: Aws::Types::UpdateFunctionUrlConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


2270
2271
2272
# File 'sig/types.rbs', line 2270

def auth_type
  @auth_type
end

#corsTypes::Cors

Returns the value of attribute cors.

Returns:



2271
2272
2273
# File 'sig/types.rbs', line 2271

def cors
  @cors
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def function_name
  @function_name
end

#invoke_mode"BUFFERED", "RESPONSE_STREAM"

Returns the value of attribute invoke_mode.

Returns:

  • ("BUFFERED", "RESPONSE_STREAM")


2272
2273
2274
# File 'sig/types.rbs', line 2272

def invoke_mode
  @invoke_mode
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


2269
2270
2271
# File 'sig/types.rbs', line 2269

def qualifier
  @qualifier
end