Class: Aws::CodeDeploy::Types::MinimumHealthyHostsPerZone

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codedeploy/types.rb

Overview

Information about the minimum number of healthy instances per Availability Zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The ‘type` associated with the `MinimumHealthyHostsPerZone` option.

Returns:

  • (String)


4158
4159
4160
4161
4162
4163
# File 'lib/aws-sdk-codedeploy/types.rb', line 4158

class MinimumHealthyHostsPerZone < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The ‘value` associated with the `MinimumHealthyHostsPerZone` option.

Returns:

  • (Integer)


4158
4159
4160
4161
4162
4163
# File 'lib/aws-sdk-codedeploy/types.rb', line 4158

class MinimumHealthyHostsPerZone < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end