Class: Aws::Types::ValidateSolNetworkPackageContentInput

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


698
699
700
# File 'sig/types.rbs', line 698

def content_type
  @content_type
end

#file::String

Returns the value of attribute file.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def file
  @file
end

#nsd_info_id::String

Returns the value of attribute nsd_info_id.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def nsd_info_id
  @nsd_info_id
end