Class: Aws::Macie2::Types::BucketCountByEffectivePermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketCountByEffectivePermission
- 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 based on a combination of permissions settings for each bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#publicly_accessible ⇒ Integer
-
#publicly_readable ⇒ Integer
-
#publicly_writable ⇒ Integer
-
#unknown ⇒ Integer
Instance Attribute Details
#publicly_accessible ⇒ Integer
371 372 373 374 375 376 377 378 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 371 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end |
#publicly_readable ⇒ Integer
371 372 373 374 375 376 377 378 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 371 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end |
#publicly_writable ⇒ Integer
371 372 373 374 375 376 377 378 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 371 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end |
#unknown ⇒ Integer
371 372 373 374 375 376 377 378 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 371 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end |