Class: Aws::RTBFabric::Types::AutoScalingGroupsConfiguration

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

Instance Attribute Details

#auto_scaling_group_namesArray<String>

The names of the auto scaling group.

Returns:

  • (Array<String>)


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_configTypes::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_arnString

The role ARN of the auto scaling group.

Returns:

  • (String)


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