Class: Aws::Types::CreatePackageVersionRequest

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

#artifactTypes::PackageVersionArtifact

Returns the value of attribute artifact.



1049
1050
1051
# File 'sig/types.rbs', line 1049

def artifact
  @artifact
end

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

Returns the value of attribute attributes.

Returns:

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


1048
1049
1050
# File 'sig/types.rbs', line 1048

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def description
  @description
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def package_name
  @package_name
end

#recipe::String

Returns the value of attribute recipe.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def recipe
  @recipe
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1051
1052
1053
# File 'sig/types.rbs', line 1051

def tags
  @tags
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def version_name
  @version_name
end