Class: Aws::Types::AssociateSbomWithPackageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def client_token
  @client_token
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def package_name
  @package_name
end

#sbomTypes::Sbom

Returns the value of attribute sbom.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def sbom
  @sbom
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def version_name
  @version_name
end