Class: Aws::IoT::Types::Sbom
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Sbom
- 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
-
#s3_location ⇒ Types::S3Location
The S3 location.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
The S3 location.
14772 14773 14774 14775 14776 |
# File 'lib/aws-sdk-iot/types.rb', line 14772 class Sbom < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |