Class: Aws::Types::SetSecurityGroupsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute enforce_security_group_inbound_rules_on_private_link_traffic.

Returns:

  • ("on", "off")


1024
1025
1026
# File 'sig/types.rbs', line 1024

def enforce_security_group_inbound_rules_on_private_link_traffic
  @enforce_security_group_inbound_rules_on_private_link_traffic
end

#load_balancer_arn::String

Returns the value of attribute load_balancer_arn.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def load_balancer_arn
  @load_balancer_arn
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


1023
1024
1025
# File 'sig/types.rbs', line 1023

def security_groups
  @security_groups
end