Class: Aws::SecurityHub::Types::GetAutomationRuleV2Request

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The ARN of the V2 automation rule.

Returns:

  • (String)


25290
25291
25292
25293
25294
# File 'lib/aws-sdk-securityhub/types.rb', line 25290

class GetAutomationRuleV2Request < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end