Class: Aws::ElasticLoadBalancing::Types::ApplySecurityGroupsToLoadBalancerOutput

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

Overview

Contains the output of ApplySecurityGroupsToLoadBalancer.

Instance Attribute Summary collapse

Instance Attribute Details

#security_groupsArray<String>

The IDs of the security groups associated with the load balancer.

Returns:

  • (Array<String>)


213
214
215
216
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 213

class ApplySecurityGroupsToLoadBalancerOutput < Struct.new(
  :security_groups)
  include Aws::Structure
end