You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::Standard

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about a specific standard.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the standard.

Returns:

  • (String)

    A description of the standard.

#enabled_by_defaultBoolean

Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.

When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.

Returns:

  • (Boolean)

    Whether the standard is enabled by default.

#nameString

The name of the standard.

Returns:

  • (String)

    The name of the standard.

#standards_arnString

The ARN of a standard.

Returns:

  • (String)

    The ARN of a standard.