Class: Aws::Types::PublicAccessBlockConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#block_public_aclsBoolean

Returns the value of attribute block_public_acls.

Returns:



1495
1496
1497
# File 'sig/types.rbs', line 1495

def block_public_acls
  @block_public_acls
end

#block_public_policyBoolean

Returns the value of attribute block_public_policy.

Returns:



1497
1498
1499
# File 'sig/types.rbs', line 1497

def block_public_policy
  @block_public_policy
end

#ignore_public_aclsBoolean

Returns the value of attribute ignore_public_acls.

Returns:



1496
1497
1498
# File 'sig/types.rbs', line 1496

def ignore_public_acls
  @ignore_public_acls
end

#restrict_public_bucketsBoolean

Returns the value of attribute restrict_public_buckets.

Returns:



1498
1499
1500
# File 'sig/types.rbs', line 1498

def restrict_public_buckets
  @restrict_public_buckets
end