Class: Aws::Types::ValidateSolFunctionPackageContentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:file])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"application/zip"

Returns the value of attribute content_type.

Returns:

  • ("application/zip")


676
677
678
# File 'sig/types.rbs', line 676

def content_type
  @content_type
end

#file::String

Returns the value of attribute file.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def file
  @file
end

#vnf_pkg_id::String

Returns the value of attribute vnf_pkg_id.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def vnf_pkg_id
  @vnf_pkg_id
end