Class: Aws::Types::GetSbomExportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"INTERNAL_ERROR", ...

Returns the value of attribute error_code.

Returns:

  • ("INTERNAL_ERROR", "INVALID_PERMISSIONS", "NO_FINDINGS_FOUND", "BUCKET_NOT_FOUND", "INCOMPATIBLE_BUCKET_REGION", "MALFORMED_KMS_KEY")


1791
1792
1793
# File 'sig/types.rbs', line 1791

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def error_message
  @error_message
end

#filter_criteriaTypes::ResourceFilterCriteria

Returns the value of attribute filter_criteria.



1794
1795
1796
# File 'sig/types.rbs', line 1794

def filter_criteria
  @filter_criteria
end

#format"CYCLONEDX_1_4", "SPDX_2_3"

Returns the value of attribute format.

Returns:

  • ("CYCLONEDX_1_4", "SPDX_2_3")


1789
1790
1791
# File 'sig/types.rbs', line 1789

def format
  @format
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def report_id
  @report_id
end

#s3_destinationTypes::Destination

Returns the value of attribute s3_destination.

Returns:



1793
1794
1795
# File 'sig/types.rbs', line 1793

def s3_destination
  @s3_destination
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

  • ("SUCCEEDED", "IN_PROGRESS", "CANCELLED", "FAILED")


1790
1791
1792
# File 'sig/types.rbs', line 1790

def status
  @status
end