Class: Aws::Types::UpdateFunctionUrlConfigResponse

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


2279
2280
2281
# File 'sig/types.rbs', line 2279

def auth_type
  @auth_type
end

#corsTypes::Cors

Returns the value of attribute cors.

Returns:



2280
2281
2282
# File 'sig/types.rbs', line 2280

def cors
  @cors
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2281
2282
2283
# File 'sig/types.rbs', line 2281

def creation_time
  @creation_time
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def function_arn
  @function_arn
end

#function_url::String

Returns the value of attribute function_url.

Returns:

  • (::String)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def function_url
  @function_url
end

#invoke_mode"BUFFERED", "RESPONSE_STREAM"

Returns the value of attribute invoke_mode.

Returns:

  • ("BUFFERED", "RESPONSE_STREAM")


2283
2284
2285
# File 'sig/types.rbs', line 2283

def invoke_mode
  @invoke_mode
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def last_modified_time
  @last_modified_time
end