Class: Aws::Types::CreatePackageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def engine_version
  @engine_version
end

#package_configurationTypes::PackageConfiguration

Returns the value of attribute package_configuration.



563
564
565
# File 'sig/types.rbs', line 563

def package_configuration
  @package_configuration
end

#package_description::String

Returns the value of attribute package_description.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def package_description
  @package_description
end

#package_encryption_optionsTypes::PackageEncryptionOptions

Returns the value of attribute package_encryption_options.



566
567
568
# File 'sig/types.rbs', line 566

def package_encryption_options
  @package_encryption_options
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def package_name
  @package_name
end

#package_sourceTypes::PackageSource

Returns the value of attribute package_source.



562
563
564
# File 'sig/types.rbs', line 562

def package_source
  @package_source
end

#package_type"TXT-DICTIONARY", ...

Returns the value of attribute package_type.

Returns:

  • ("TXT-DICTIONARY", "ZIP-PLUGIN", "PACKAGE-LICENSE", "PACKAGE-CONFIG")


560
561
562
# File 'sig/types.rbs', line 560

def package_type
  @package_type
end

#package_vending_optionsTypes::PackageVendingOptions

Returns the value of attribute package_vending_options.



565
566
567
# File 'sig/types.rbs', line 565

def package_vending_options
  @package_vending_options
end