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
show all
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

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)

    The ARN of the standard that you want to enable.

#standards_inputHash<String,String>

A key-value pair of input for the standard.

Returns:

  • (Hash<String,String>)

    A key-value pair of input for the standard.