Method: Aws::SecurityHub::Types::UpdateAutomationRulesRequestItem#rule_name
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#rule_name ⇒ String
The name of the rule.
33171 33172 33173 33174 33175 33176 33177 33178 33179 33180 33181 33182 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33171 class UpdateAutomationRulesRequestItem < Struct.new( :rule_arn, :rule_status, :rule_order, :description, :rule_name, :is_terminal, :criteria, :actions) SENSITIVE = [] include Aws::Structure end |