Class: Aws::SecurityHub::Types::GetAutomationRuleV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetAutomationRuleV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ARN of the V2 automation rule.
Instance Attribute Details
#identifier ⇒ String
The ARN of the V2 automation rule.
25241 25242 25243 25244 25245 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25241 class GetAutomationRuleV2Request < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |