Class: Aws::Types::Insight
- Inherits:
-
Object
- Object
- Aws::Types::Insight
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::AwsSecurityFindingFilters
Returns the value of attribute filters.
-
#group_by_attribute ⇒ ::String
Returns the value of attribute group_by_attribute.
-
#insight_arn ⇒ ::String
Returns the value of attribute insight_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#filters ⇒ Types::AwsSecurityFindingFilters
Returns the value of attribute filters.
6243 6244 6245 |
# File 'sig/types.rbs', line 6243 def filters @filters end |
#group_by_attribute ⇒ ::String
Returns the value of attribute group_by_attribute.
6244 6245 6246 |
# File 'sig/types.rbs', line 6244 def group_by_attribute @group_by_attribute end |
#insight_arn ⇒ ::String
Returns the value of attribute insight_arn.
6241 6242 6243 |
# File 'sig/types.rbs', line 6241 def insight_arn @insight_arn end |
#name ⇒ ::String
Returns the value of attribute name.
6242 6243 6244 |
# File 'sig/types.rbs', line 6242 def name @name end |