Class: Aws::ElasticLoadBalancingV2::Types::AdministrativeOverride
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticLoadBalancingV2::Types::AdministrativeOverride
 
 
- Defined in:
 - gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
 
Overview
Information about the override status applied to a target.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the override state that provides additional details.
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason code for the state.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the override.
 
Instance Attribute Details
#description ⇒ String
A description of the override state that provides additional details.
      187 188 189 190 191 192 193  | 
    
      # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 187 class AdministrativeOverride < Struct.new( :state, :reason, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason code for the state.
      187 188 189 190 191 192 193  | 
    
      # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 187 class AdministrativeOverride < Struct.new( :state, :reason, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the override.
      187 188 189 190 191 192 193  | 
    
      # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 187 class AdministrativeOverride < Struct.new( :state, :reason, :description) SENSITIVE = [] include Aws::Structure end  |