Class: Aws::Types::DisassociateSbomFromPackageVersionRequest

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)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def client_token
  @client_token
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def package_name
  @package_name
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def version_name
  @version_name
end