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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A resource that represents your subscription to a supported standard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_arnString

The ARN of a standard.

Returns:

  • (String)


30029
30030
30031
30032
30033
30034
30035
30036
30037
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30029

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_inputHash<String,String>

A key-value pair of input for the standard.

Returns:

  • (Hash<String,String>)


30029
30030
30031
30032
30033
30034
30035
30036
30037
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30029

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_statusString

The status of the standard subscription.

The status values are as follows:

  • PENDING - Standard is in the process of being enabled.

  • READY - Standard is enabled.

  • INCOMPLETE - Standard could not be enabled completely. Some controls may not be available.

  • DELETING - Standard is in the process of being disabled.

  • FAILED - Standard could not be disabled.

Returns:

  • (String)


30029
30030
30031
30032
30033
30034
30035
30036
30037
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30029

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_status_reasonTypes::StandardsStatusReason

The reason for the current status.



30029
30030
30031
30032
30033
30034
30035
30036
30037
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30029

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_subscription_arnString

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

Returns:

  • (String)


30029
30030
30031
30032
30033
30034
30035
30036
30037
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30029

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end