Class: Aws::ElasticLoadBalancingV2::Types::SetSecurityGroupsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

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

Returns:

  • (Array<String>)


2727
2728
2729
2730
2731
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2727

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