Class: Aws::Types::PutSolNetworkPackageContentInput

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


547
548
549
# File 'sig/types.rbs', line 547

def content_type
  @content_type
end

#file::String

Returns the value of attribute file.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def file
  @file
end

#nsd_info_id::String

Returns the value of attribute nsd_info_id.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def nsd_info_id
  @nsd_info_id
end