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_idString

The component ID.

Returns:

  • (String)


6610
6611
6612
6613
6614
6615
# File 'lib/aws-sdk-inspector2/types.rb', line 6610

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

#component_typeString

The component type.

Returns:

  • (String)


6610
6611
6612
6613
6614
6615
# File 'lib/aws-sdk-inspector2/types.rb', line 6610

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