Class: Aws::Inspector2::Types::GetSbomExportResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

An error code.

Returns:

  • (String)


4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4193

class GetSbomExportResponse < Struct.new(
  :error_code,
  :error_message,
  :filter_criteria,
  :format,
  :report_id,
  :s3_destination,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message.

Returns:

  • (String)


4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4193

class GetSbomExportResponse < Struct.new(
  :error_code,
  :error_message,
  :filter_criteria,
  :format,
  :report_id,
  :s3_destination,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#filter_criteriaTypes::ResourceFilterCriteria

Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4193

class GetSbomExportResponse < Struct.new(
  :error_code,
  :error_message,
  :filter_criteria,
  :format,
  :report_id,
  :s3_destination,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the software bill of materials (SBOM) report.

Returns:

  • (String)


4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4193

class GetSbomExportResponse < Struct.new(
  :error_code,
  :error_message,
  :filter_criteria,
  :format,
  :report_id,
  :s3_destination,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#report_idString

The report ID of the software bill of materials (SBOM) report.

Returns:

  • (String)


4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4193

class GetSbomExportResponse < Struct.new(
  :error_code,
  :error_message,
  :filter_criteria,
  :format,
  :report_id,
  :s3_destination,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destinationTypes::Destination

Contains details of the Amazon S3 bucket and KMS key used to export findings.

Returns:



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4193

class GetSbomExportResponse < Struct.new(
  :error_code,
  :error_message,
  :filter_criteria,
  :format,
  :report_id,
  :s3_destination,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the software bill of materials (SBOM) report.

Returns:

  • (String)


4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4193

class GetSbomExportResponse < Struct.new(
  :error_code,
  :error_message,
  :filter_criteria,
  :format,
  :report_id,
  :s3_destination,
  :status)
  SENSITIVE = []
  include Aws::Structure
end