Class: Aws::ElasticLoadBalancingV2::Types::AdministrativeOverride

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

A description of the override state that provides additional details.

Returns:

  • (String)


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

#reasonString

The reason code for the state.

Returns:

  • (String)


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

#stateString

The state of the override.

Returns:

  • (String)


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