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:

  • (Boolean)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def block_public_acls
  @block_public_acls
end

#block_public_policyBoolean

Returns the value of attribute block_public_policy.

Returns:

  • (Boolean)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def block_public_policy
  @block_public_policy
end

#ignore_public_aclsBoolean

Returns the value of attribute ignore_public_acls.

Returns:

  • (Boolean)


2226
2227
2228
# File 'sig/types.rbs', line 2226

def ignore_public_acls
  @ignore_public_acls
end

#restrict_public_bucketsBoolean

Returns the value of attribute restrict_public_buckets.

Returns:

  • (Boolean)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def restrict_public_buckets
  @restrict_public_buckets
end