Class: Aws::Types::UpdatePackageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def commit_message
  @commit_message
end

#package_configurationTypes::PackageConfiguration

Returns the value of attribute package_configuration.



2439
2440
2441
# File 'sig/types.rbs', line 2439

def package_configuration
  @package_configuration
end

#package_description::String

Returns the value of attribute package_description.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def package_description
  @package_description
end

#package_encryption_optionsTypes::PackageEncryptionOptions

Returns the value of attribute package_encryption_options.



2440
2441
2442
# File 'sig/types.rbs', line 2440

def package_encryption_options
  @package_encryption_options
end

#package_id::String

Returns the value of attribute package_id.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def package_id
  @package_id
end

#package_sourceTypes::PackageSource

Returns the value of attribute package_source.



2436
2437
2438
# File 'sig/types.rbs', line 2436

def package_source
  @package_source
end