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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/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 'gems/aws-sdk-codedeploy/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 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4158

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