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

Class: Aws::SecurityHub::Types::EnableSecurityHubRequest

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

Overview

Note:

When passing EnableSecurityHubRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  tags: {
    "TagKey" => "TagValue",
  },
  enable_default_standards: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#enable_default_standardsBoolean

Whether to enable the security standards that Security Hub has designated as automatically enabled. If you do not provide a value for EnableDefaultStandards, it is set to true. To not enable the automatically enabled standards, set EnableDefaultStandards to false.

Returns:

  • (Boolean)

    Whether to enable the security standards that Security Hub has designated as automatically enabled.

#tagsHash<String,String>

The tags to add to the hub resource when you enable Security Hub.

Returns:

  • (Hash<String,String>)

    The tags to add to the hub resource when you enable Security Hub.