Class: Aws::Types::BlockPublicAccessConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_public_security_group_rulesBoolean

Returns the value of attribute block_public_security_group_rules.

Returns:

  • (Boolean)


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.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def permitted_public_security_group_rule_ranges
  @permitted_public_security_group_rule_ranges
end