Class: Aws::Types::CreateFunctionUrlConfigRequest

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


450
451
452
# File 'sig/types.rbs', line 450

def auth_type
  @auth_type
end

#corsTypes::Cors

Returns the value of attribute cors.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def cors
  @cors
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def function_name
  @function_name
end

#invoke_mode"BUFFERED", "RESPONSE_STREAM"

Returns the value of attribute invoke_mode.

Returns:

  • ("BUFFERED", "RESPONSE_STREAM")


452
453
454
# File 'sig/types.rbs', line 452

def invoke_mode
  @invoke_mode
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def qualifier
  @qualifier
end