Class: Aws::AccessAnalyzer::Types::S3BucketAclGrantConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-accessanalyzer/types.rb

Overview

A proposed access control list grant configuration for an Amazon S3 bucket. For more information, see [How to Specify an ACL].

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#setting-acls

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#granteeTypes::AclGrantee

The grantee to whom you’re assigning access rights.

Returns:



3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3465

class S3BucketAclGrantConfiguration < Struct.new(
  :permission,
  :grantee)
  SENSITIVE = []
  include Aws::Structure
end

#permissionString

The permissions being granted.

Returns:

  • (String)


3465
3466
3467
3468
3469
3470
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3465

class S3BucketAclGrantConfiguration < Struct.new(
  :permission,
  :grantee)
  SENSITIVE = []
  include Aws::Structure
end