Class: Aws::IoT::Types::Sbom

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

A specific software bill of matrerials associated with a software package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

The S3 location.

Returns:



13827
13828
13829
13830
13831
# File 'lib/aws-sdk-iot/types.rb', line 13827

class Sbom < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end