Class: Aws::Macie2::Types::BucketCountByEffectivePermission

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

Overview

Provides information about the number of S3 buckets that are publicly accessible due to a combination of permissions settings for each bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#publicly_accessibleInteger

Returns:

  • (Integer)


511
512
513
514
515
516
517
518
# File 'lib/aws-sdk-macie2/types.rb', line 511

class BucketCountByEffectivePermission < Struct.new(
  :publicly_accessible,
  :publicly_readable,
  :publicly_writable,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#publicly_readableInteger

Returns:

  • (Integer)


511
512
513
514
515
516
517
518
# File 'lib/aws-sdk-macie2/types.rb', line 511

class BucketCountByEffectivePermission < Struct.new(
  :publicly_accessible,
  :publicly_readable,
  :publicly_writable,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#publicly_writableInteger

Returns:

  • (Integer)


511
512
513
514
515
516
517
518
# File 'lib/aws-sdk-macie2/types.rb', line 511

class BucketCountByEffectivePermission < Struct.new(
  :publicly_accessible,
  :publicly_readable,
  :publicly_writable,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#unknownInteger

Returns:

  • (Integer)


511
512
513
514
515
516
517
518
# File 'lib/aws-sdk-macie2/types.rb', line 511

class BucketCountByEffectivePermission < Struct.new(
  :publicly_accessible,
  :publicly_readable,
  :publicly_writable,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end