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")


2306
2307
2308
# File 'sig/types.rbs', line 2306

def auth_type
  @auth_type
end

#corsTypes::Cors

Returns the value of attribute cors.

Returns:



2307
2308
2309
# File 'sig/types.rbs', line 2307

def cors
  @cors
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def function_name
  @function_name
end

#invoke_mode"BUFFERED", "RESPONSE_STREAM"

Returns the value of attribute invoke_mode.

Returns:

  • ("BUFFERED", "RESPONSE_STREAM")


2308
2309
2310
# File 'sig/types.rbs', line 2308

def invoke_mode
  @invoke_mode
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def qualifier
  @qualifier
end