Class: Aws::Types::ListSbomValidationResultsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3542
3543
3544
# File 'sig/types.rbs', line 3542

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3543
3544
3545
# File 'sig/types.rbs', line 3543

def next_token
  @next_token
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


3539
3540
3541
# File 'sig/types.rbs', line 3539

def package_name
  @package_name
end

#validation_result"FAILED", "SUCCEEDED"

Returns the value of attribute validation_result.

Returns:

  • ("FAILED", "SUCCEEDED")


3541
3542
3543
# File 'sig/types.rbs', line 3541

def validation_result
  @validation_result
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


3540
3541
3542
# File 'sig/types.rbs', line 3540

def version_name
  @version_name
end