You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::StandardsSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsSubscriptionRequest
- Defined in:
- (unknown)
Overview
Note:
When passing StandardsSubscriptionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
standards_arn: "NonEmptyString", # required
standards_input: {
"NonEmptyString" => "NonEmptyString",
},
}
The standard that you want to enable.
Instance Attribute Summary collapse
-
#standards_arn ⇒ String
The ARN of the standard that you want to enable.
-
#standards_input ⇒ Hash<String,String>
A key-value pair of input for the standard.
Instance Attribute Details
#standards_arn ⇒ String
The ARN of the standard that you want to enable. To view the list of
available standards and their ARNs, use the DescribeStandards
operation.
#standards_input ⇒ Hash<String,String>
A key-value pair of input for the standard.