Class: Aws::Types::S3PublicAccessBlockConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_public_aclsBoolean

Returns the value of attribute ignore_public_acls.

Returns:

  • (Boolean)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def ignore_public_acls
  @ignore_public_acls
end

#restrict_public_bucketsBoolean

Returns the value of attribute restrict_public_buckets.

Returns:

  • (Boolean)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def restrict_public_buckets
  @restrict_public_buckets
end