Class: Aws::SecurityHub::Types::CreateAutomationRuleResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_arnString

The Amazon Resource Name (ARN) of the automation rule that you created.

Returns:

  • (String)


23531
23532
23533
23534
23535
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23531

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