Class: Aws::Types::UpdatePackageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action"PUBLISH", "DEPRECATE"

Returns the value of attribute action.

Returns:



5265
5266
5267
# File 'sig/types.rbs', line 5265

def action
  @action
end

#artifactTypes::PackageVersionArtifact

Returns the value of attribute artifact.

Returns:



5264
5265
5266
# File 'sig/types.rbs', line 5264

def artifact
  @artifact
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:



5263
5264
5265
# File 'sig/types.rbs', line 5263

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:



5267
5268
5269
# File 'sig/types.rbs', line 5267

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



5262
5263
5264
# File 'sig/types.rbs', line 5262

def description
  @description
end

#package_name::String

Returns the value of attribute package_name.

Returns:



5260
5261
5262
# File 'sig/types.rbs', line 5260

def package_name
  @package_name
end

#recipe::String

Returns the value of attribute recipe.

Returns:



5266
5267
5268
# File 'sig/types.rbs', line 5266

def recipe
  @recipe
end

#version_name::String

Returns the value of attribute version_name.

Returns:



5261
5262
5263
# File 'sig/types.rbs', line 5261

def version_name
  @version_name
end