Class: Aws::Types::PutSolFunctionPackageContentInput

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


525
526
527
# File 'sig/types.rbs', line 525

def content_type
  @content_type
end

#file::String

Returns the value of attribute file.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def file
  @file
end

#vnf_pkg_id::String

Returns the value of attribute vnf_pkg_id.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def vnf_pkg_id
  @vnf_pkg_id
end