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

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


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 422

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

#publicly_readableInteger

Returns:

  • (Integer)


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 422

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

#publicly_writableInteger

Returns:

  • (Integer)


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 422

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

#unknownInteger

Returns:

  • (Integer)


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 422

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