Class: Aws::Types::BlockPublicAccessConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BlockPublicAccessConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_public_security_group_rules ⇒ Boolean
Returns the value of attribute block_public_security_group_rules.
-
#permitted_public_security_group_rule_ranges ⇒ ::Array[Types::PortRange]
Returns the value of attribute permitted_public_security_group_rule_ranges.
Instance Attribute Details
#block_public_security_group_rules ⇒ Boolean
Returns the value of attribute block_public_security_group_rules.
98 99 100 |
# File 'sig/types.rbs', line 98 def block_public_security_group_rules @block_public_security_group_rules end |
#permitted_public_security_group_rule_ranges ⇒ ::Array[Types::PortRange]
Returns the value of attribute permitted_public_security_group_rule_ranges.
99 100 101 |
# File 'sig/types.rbs', line 99 def permitted_public_security_group_rule_ranges @permitted_public_security_group_rule_ranges end |