Class: Aws::Types::UpdatePackageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :attributes, :recipe])

Instance Attribute Summary collapse

Instance Attribute Details

#action"PUBLISH", "DEPRECATE"

Returns the value of attribute action.

Returns:

  • ("PUBLISH", "DEPRECATE")


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

def action
  @action
end

#artifactTypes::PackageVersionArtifact

Returns the value of attribute artifact.



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

def artifact
  @artifact
end

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

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


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

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


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

def package_name
  @package_name
end

#recipe::String

Returns the value of attribute recipe.

Returns:

  • (::String)


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

def recipe
  @recipe
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


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

def version_name
  @version_name
end