Class: Aws::Macie2::Types::BucketCountBySharedAccessType

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

#externalInteger

Returns:

  • (Integer)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 487

class BucketCountBySharedAccessType < Struct.new(
  :external,
  :internal,
  :not_shared,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#internalInteger

Returns:

  • (Integer)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 487

class BucketCountBySharedAccessType < Struct.new(
  :external,
  :internal,
  :not_shared,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#not_sharedInteger

Returns:

  • (Integer)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 487

class BucketCountBySharedAccessType < Struct.new(
  :external,
  :internal,
  :not_shared,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#unknownInteger

Returns:

  • (Integer)


487
488
489
490
491
492
493
494
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 487

class BucketCountBySharedAccessType < Struct.new(
  :external,
  :internal,
  :not_shared,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end