Class: Aws::RTBFabric::Types::AutoScalingGroupsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::AutoScalingGroupsConfiguration
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Describes the configuration of an auto scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_names ⇒ Array<String>
The names of the auto scaling group.
-
#health_check_config ⇒ Types::HealthCheckConfig
The health check configuration for the Auto Scaling group managed endpoint.
-
#role_arn ⇒ String
The role ARN of the auto scaling group.
Instance Attribute Details
#auto_scaling_group_names ⇒ Array<String>
The names of the auto scaling group.
172 173 174 175 176 177 178 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 172 class AutoScalingGroupsConfiguration < Struct.new( :auto_scaling_group_names, :role_arn, :health_check_config) SENSITIVE = [] include Aws::Structure end |
#health_check_config ⇒ Types::HealthCheckConfig
The health check configuration for the Auto Scaling group managed endpoint.
172 173 174 175 176 177 178 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 172 class AutoScalingGroupsConfiguration < Struct.new( :auto_scaling_group_names, :role_arn, :health_check_config) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The role ARN of the auto scaling group.
172 173 174 175 176 177 178 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 172 class AutoScalingGroupsConfiguration < Struct.new( :auto_scaling_group_names, :role_arn, :health_check_config) SENSITIVE = [] include Aws::Structure end |