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

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

Overview

The Amazon S3 location for the software bill of materials associated with a software package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

The S3 location.

Returns:



13653
13654
13655
13656
13657
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13653

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