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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#granteeTypes::AclGrantee

The grantee to whom you’re assigning access rights.

Returns:



3255
3256
3257
3258
3259
3260
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3255

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

#permissionString

The permissions being granted.

Returns:

  • (String)


3255
3256
3257
3258
3259
3260
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3255

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