Class: Aws::Types::UpdateInsightRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInsightRequest
- 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.
8053 8054 8055 |
# File 'sig/types.rbs', line 8053 def filters @filters end |
#group_by_attribute ⇒ ::String
Returns the value of attribute group_by_attribute.
8054 8055 8056 |
# File 'sig/types.rbs', line 8054 def group_by_attribute @group_by_attribute end |
#insight_arn ⇒ ::String
Returns the value of attribute insight_arn.
8051 8052 8053 |
# File 'sig/types.rbs', line 8051 def insight_arn @insight_arn end |
#name ⇒ ::String
Returns the value of attribute name.
8052 8053 8054 |
# File 'sig/types.rbs', line 8052 def name @name end |