Class: Aws::SecurityHub::Types::CreateAutomationRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateAutomationRuleResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the automation rule that you created.
Instance Attribute Details
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the automation rule that you created.
23561 23562 23563 23564 23565 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23561 class CreateAutomationRuleResponse < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |