Class: Aws::Types::AwsS3AccountPublicAccessBlockDetails

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#block_public_aclsBoolean

Returns the value of attribute block_public_acls.



3935
3936
3937
# File 'sig/types.rbs', line 3935

def block_public_acls
  @block_public_acls
end

#block_public_policyBoolean

Returns the value of attribute block_public_policy.



3936
3937
3938
# File 'sig/types.rbs', line 3936

def block_public_policy
  @block_public_policy
end

#ignore_public_aclsBoolean

Returns the value of attribute ignore_public_acls.



3937
3938
3939
# File 'sig/types.rbs', line 3937

def ignore_public_acls
  @ignore_public_acls
end

#restrict_public_bucketsBoolean

Returns the value of attribute restrict_public_buckets.



3938
3939
3940
# File 'sig/types.rbs', line 3938

def restrict_public_buckets
  @restrict_public_buckets
end