Class: Aws::ElasticLoadBalancingV2::Types::AdministrativeOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::AdministrativeOverride
- Includes:
- Structure
- Defined in:
- 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 '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 '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 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 187 class AdministrativeOverride < Struct.new( :state, :reason, :description) SENSITIVE = [] include Aws::Structure end |