Class: Aws::Types::SetSecurityGroupsInput
- Inherits:
-
Object
- Object
- Aws::Types::SetSecurityGroupsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enforce_security_group_inbound_rules_on_private_link_traffic ⇒ "on", "off"
Returns the value of attribute enforce_security_group_inbound_rules_on_private_link_traffic.
-
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
Instance Attribute Details
#enforce_security_group_inbound_rules_on_private_link_traffic ⇒ "on", "off"
Returns the value of attribute enforce_security_group_inbound_rules_on_private_link_traffic.
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.
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.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def security_groups @security_groups end |