Class: Aws::SecurityHub::Types::EnableSecurityHubV2Response

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

#hub_v2_arnString

The ARN of the V2 resource that was created.



24604
24605
24606
24607
24608
# File 'lib/aws-sdk-securityhub/types.rb', line 24604

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