Class: Aws::Inspector::Types::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::Attribute
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Note:
When making an API call, you may pass Attribute data as a hash:
{
key: "AttributeKey", # required
value: "AttributeValue",
}
This data type is used as a request parameter in the AddAttributesToFindings and CreateAssessmentTemplate actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The attribute key.
-
#value ⇒ String
The value assigned to the attribute key.