Class: Aws::Types::GetSolFunctionPackageContentOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"application/zip"

Returns the value of attribute content_type.

Returns:

  • ("application/zip")


128
129
130
# File 'sig/types.rbs', line 128

def content_type
  @content_type
end

#package_content::String

Returns the value of attribute package_content.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def package_content
  @package_content
end