Class: Aws::Macie2::Types::BucketCountBySharedAccessType
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketCountBySharedAccessType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the number of S3 buckets that are or aren’t shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs). In this data, an *Amazon Macie organization* is defined as a set of Macie accounts that are centrally managed as a group of related accounts through Organizations or by Macie invitation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#external ⇒ Integer
576 577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-macie2/types.rb', line 576 class BucketCountBySharedAccessType < Struct.new( :external, :internal, :not_shared, :unknown) SENSITIVE = [] include Aws::Structure end |
#internal ⇒ Integer
576 577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-macie2/types.rb', line 576 class BucketCountBySharedAccessType < Struct.new( :external, :internal, :not_shared, :unknown) SENSITIVE = [] include Aws::Structure end |
#not_shared ⇒ Integer
576 577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-macie2/types.rb', line 576 class BucketCountBySharedAccessType < Struct.new( :external, :internal, :not_shared, :unknown) SENSITIVE = [] include Aws::Structure end |
#unknown ⇒ Integer
576 577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-macie2/types.rb', line 576 class BucketCountBySharedAccessType < Struct.new( :external, :internal, :not_shared, :unknown) SENSITIVE = [] include Aws::Structure end |