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

Class: Aws::SecurityHub::Types::StandardsSubscription

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

Overview

A resource that represents your subscription to a supported standard.

Instance Attribute Summary collapse

Instance Attribute Details

#standards_arnString

The ARN of a standard.

Returns:

  • (String)

    The ARN of a standard.

#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.

#standards_statusString

The status of the standards subscription.

Possible values:

  • PENDING
  • READY
  • FAILED
  • DELETING
  • INCOMPLETE

Returns:

  • (String)

    The status of the standards subscription.

#standards_subscription_arnString

The ARN of a resource that represents your subscription to a supported standard.

Returns:

  • (String)

    The ARN of a resource that represents your subscription to a supported standard.