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

Class: Aws::GuardDuty::Types::BlockPublicAccess

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

Overview

Contains information on how the bucker owner's S3 Block Public Access settings are being applied to the S3 bucket. See S3 Block Public Access for more information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#block_public_aclsBoolean

Indicates if S3 Block Public Access is set to BlockPublicAcls.

Returns:

  • (Boolean)

    Indicates if S3 Block Public Access is set to BlockPublicAcls.

#block_public_policyBoolean

Indicates if S3 Block Public Access is set to BlockPublicPolicy.

Returns:

  • (Boolean)

    Indicates if S3 Block Public Access is set to BlockPublicPolicy.

#ignore_public_aclsBoolean

Indicates if S3 Block Public Access is set to IgnorePublicAcls.

Returns:

  • (Boolean)

    Indicates if S3 Block Public Access is set to IgnorePublicAcls.

#restrict_public_bucketsBoolean

Indicates if S3 Block Public Access is set to RestrictPublicBuckets.

Returns:

  • (Boolean)

    Indicates if S3 Block Public Access is set to RestrictPublicBuckets.