Class: Aws::Inspector::Types::Attribute

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

Overview

This data type is used as a request parameter in the AddAttributesToFindings and CreateAssessmentTemplate actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The attribute key.

Returns:

  • (String)


706
707
708
709
710
711
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 706

class Attribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value assigned to the attribute key.

Returns:

  • (String)


706
707
708
709
710
711
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 706

class Attribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end