Class: Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsOutput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the load balancer.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the load balancer.
3671 3672 3673 3674 3675 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3671 class SetSecurityGroupsOutput < Struct.new( :security_group_ids) SENSITIVE = [] include Aws::Structure end |