Class: Aws::Inspector2::Types::Step

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

Overview

Details about the step associated with a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_arn ⇒ String

The component ARN. The ARN can be null and is not displayed in the Amazon Web Services console.

Returns:

  • (String)


10075
10076
10077
10078
10079
10080
10081
# File 'lib/aws-sdk-inspector2/types.rb', line 10075

class Step < Struct.new(
  :component_id,
  :component_type,
  :component_arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_id ⇒ String

The component ID.

Returns:

  • (String)


10075
10076
10077
10078
10079
10080
10081
# File 'lib/aws-sdk-inspector2/types.rb', line 10075

class Step < Struct.new(
  :component_id,
  :component_type,
  :component_arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_type ⇒ String

The component type.

Returns:

  • (String)


10075
10076
10077
10078
10079
10080
10081
# File 'lib/aws-sdk-inspector2/types.rb', line 10075

class Step < Struct.new(
  :component_id,
  :component_type,
  :component_arn)
  SENSITIVE = []
  include Aws::Structure
end