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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.

Returns:

  • (String)


3662
3663
3664
3665
3666
3667
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3662

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

#security_group_idsArray<String>

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

Returns:

  • (Array<String>)


3662
3663
3664
3665
3666
3667
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3662

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