Class: Aws::Types::GetFunctionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:function_code])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def etag
  @etag
end

#function_code::String

Returns the value of attribute function_code.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def function_code
  @function_code
end