Class: Aws::SecurityHub::Types::StandardsSubscription
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::StandardsSubscription
 
- Includes:
- Aws::Structure
- Defined in:
- 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.
| 30217 30218 30219 30220 30221 30222 30223 30224 30225 | # File 'lib/aws-sdk-securityhub/types.rb', line 30217 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.
| 30217 30218 30219 30220 30221 30222 30223 30224 30225 | # File 'lib/aws-sdk-securityhub/types.rb', line 30217 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. 
| 30217 30218 30219 30220 30221 30222 30223 30224 30225 | # File 'lib/aws-sdk-securityhub/types.rb', line 30217 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.
| 30217 30218 30219 30220 30221 30222 30223 30224 30225 | # File 'lib/aws-sdk-securityhub/types.rb', line 30217 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.
| 30217 30218 30219 30220 30221 30222 30223 30224 30225 | # File 'lib/aws-sdk-securityhub/types.rb', line 30217 class StandardsSubscription < Struct.new( :standards_subscription_arn, :standards_arn, :standards_input, :standards_status, :standards_status_reason) SENSITIVE = [] include Aws::Structure end |