Class: Aws::SecurityHub::Types::StandardsSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsSubscription
- 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
-
#standards_arn ⇒ String
The ARN of a standard.
-
#standards_input ⇒ Hash<String,String>
A key-value pair of input for the standard.
-
#standards_status ⇒ String
The status of the standard subscription.
-
#standards_status_reason ⇒ Types::StandardsStatusReason
The reason for the current status.
-
#standards_subscription_arn ⇒ String
The ARN of a resource that represents your subscription to a supported standard.
Instance Attribute Details
#standards_arn ⇒ String
The ARN of a standard.
30213 30214 30215 30216 30217 30218 30219 30220 30221 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30213 class StandardsSubscription < Struct.new( :standards_subscription_arn, :standards_arn, :standards_input, :standards_status, :standards_status_reason) SENSITIVE = [] include Aws::Structure end |
#standards_input ⇒ Hash<String,String>
A key-value pair of input for the standard.
30213 30214 30215 30216 30217 30218 30219 30220 30221 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30213 class StandardsSubscription < Struct.new( :standards_subscription_arn, :standards_arn, :standards_input, :standards_status, :standards_status_reason) SENSITIVE = [] include Aws::Structure end |
#standards_status ⇒ String
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.
30213 30214 30215 30216 30217 30218 30219 30220 30221 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30213 class StandardsSubscription < Struct.new( :standards_subscription_arn, :standards_arn, :standards_input, :standards_status, :standards_status_reason) SENSITIVE = [] include Aws::Structure end |
#standards_status_reason ⇒ Types::StandardsStatusReason
The reason for the current status.
30213 30214 30215 30216 30217 30218 30219 30220 30221 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30213 class StandardsSubscription < Struct.new( :standards_subscription_arn, :standards_arn, :standards_input, :standards_status, :standards_status_reason) SENSITIVE = [] include Aws::Structure end |
#standards_subscription_arn ⇒ String
The ARN of a resource that represents your subscription to a supported standard.
30213 30214 30215 30216 30217 30218 30219 30220 30221 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30213 class StandardsSubscription < Struct.new( :standards_subscription_arn, :standards_arn, :standards_input, :standards_status, :standards_status_reason) SENSITIVE = [] include Aws::Structure end |