Class: Aws::SecurityHub::Types::StandardsSubscriptionRequest

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

Overview

The standard that you want to enable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_arnString

The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.

Returns:

  • (String)


30053
30054
30055
30056
30057
30058
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30053

class StandardsSubscriptionRequest < Struct.new(
  :standards_arn,
  :standards_input)
  SENSITIVE = []
  include Aws::Structure
end

#standards_inputHash<String,String>

A key-value pair of input for the standard.

Returns:

  • (Hash<String,String>)


30053
30054
30055
30056
30057
30058
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30053

class StandardsSubscriptionRequest < Struct.new(
  :standards_arn,
  :standards_input)
  SENSITIVE = []
  include Aws::Structure
end