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

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

Overview

Contains the output of ApplySecurityGroupsToLoadBalancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_groupsArray<String>

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

Returns:

  • (Array<String>)


190
191
192
193
194
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 190

class ApplySecurityGroupsToLoadBalancerOutput < Struct.new(
  :security_groups)
  SENSITIVE = []
  include Aws::Structure
end