Class: Aws::Macie2::Types::BucketCountPolicyAllowsUnencryptedObjectUploads

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 whose bucket policies do or don't require server-side encryption of objects when objects are added to the buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allows_unencrypted_object_uploadsInteger

Returns:

  • (Integer)


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

class BucketCountPolicyAllowsUnencryptedObjectUploads < Struct.new(
  :allows_unencrypted_object_uploads,
  :denies_unencrypted_object_uploads,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#denies_unencrypted_object_uploadsInteger

Returns:

  • (Integer)


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

class BucketCountPolicyAllowsUnencryptedObjectUploads < Struct.new(
  :allows_unencrypted_object_uploads,
  :denies_unencrypted_object_uploads,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#unknownInteger

Returns:

  • (Integer)


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

class BucketCountPolicyAllowsUnencryptedObjectUploads < Struct.new(
  :allows_unencrypted_object_uploads,
  :denies_unencrypted_object_uploads,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end