Class: Aws::Types::CreateInsightRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInsightRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#filters ⇒ Types::AwsSecurityFindingFilters
Returns the value of attribute filters.
5227 5228 5229 |
# File 'sig/types.rbs', line 5227 def filters @filters end |
#group_by_attribute ⇒ ::String
Returns the value of attribute group_by_attribute.
5228 5229 5230 |
# File 'sig/types.rbs', line 5228 def group_by_attribute @group_by_attribute end |
#name ⇒ ::String
Returns the value of attribute name.
5226 5227 5228 |
# File 'sig/types.rbs', line 5226 def name @name end |