You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::AccessControlList

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information on the current access control policies for the bucket.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allows_public_read_accessBoolean

A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).

Returns:

  • (Boolean)

    A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).

#allows_public_write_accessBoolean

A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).

Returns:

  • (Boolean)

    A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).