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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


84
85
86
87
88
89
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 84

class AccessControlList < Struct.new(
  :allows_public_read_access,
  :allows_public_write_access)
  SENSITIVE = []
  include Aws::Structure
end

#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)


84
85
86
87
88
89
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 84

class AccessControlList < Struct.new(
  :allows_public_read_access,
  :allows_public_write_access)
  SENSITIVE = []
  include Aws::Structure
end