Class: Aws::Types::SetSecurityGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::SetSecurityGroupsOutput
- 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.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
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.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def enforce_security_group_inbound_rules_on_private_link_traffic @enforce_security_group_inbound_rules_on_private_link_traffic end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def security_group_ids @security_group_ids end |