Class: Aws::CodeDeploy::Types::MinimumHealthyHostsPerZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::MinimumHealthyHostsPerZone
- 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
-
#type ⇒ String
The
type
associated with theMinimumHealthyHostsPerZone
option. -
#value ⇒ Integer
The
value
associated with theMinimumHealthyHostsPerZone
option.
Instance Attribute Details
#type ⇒ String
The type
associated with the MinimumHealthyHostsPerZone
option.
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 |
#value ⇒ Integer
The value
associated with the MinimumHealthyHostsPerZone
option.
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 |