Class: Aws::Types::CreateFunctionUrlConfigRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.



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

def auth_type
  @auth_type
end

#corsTypes::Cors

Returns the value of attribute cors.



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

def cors
  @cors
end

#function_name::String

Returns the value of attribute function_name.



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.



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

def invoke_mode
  @invoke_mode
end

#qualifier::String

Returns the value of attribute qualifier.



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

def qualifier
  @qualifier
end