Class: Aws::ElasticLoadBalancing::Types::ApplySecurityGroupsToLoadBalancerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::ApplySecurityGroupsToLoadBalancerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the output of ApplySecurityGroupsToLoadBalancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_groups ⇒ Array<String>
The IDs of the security groups associated with the load balancer.
Instance Attribute Details
#security_groups ⇒ Array<String>
The IDs of the security groups associated with the load balancer.
190 191 192 193 194 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 190 class ApplySecurityGroupsToLoadBalancerOutput < Struct.new( :security_groups) SENSITIVE = [] include Aws::Structure end |