Class: Aws::GuardDuty::Types::PermissionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::PermissionConfiguration
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about how permissions are configured for the S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_level_permissions ⇒ Types::AccountLevelPermissions
Contains information about the account level permissions on the S3 bucket.
-
#bucket_level_permissions ⇒ Types::BucketLevelPermissions
Contains information about the bucket level permissions for the S3 bucket.
Instance Attribute Details
#account_level_permissions ⇒ Types::AccountLevelPermissions
Contains information about the account level permissions on the S3 bucket.
6817 6818 6819 6820 6821 6822 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6817 class PermissionConfiguration < Struct.new( :bucket_level_permissions, :account_level_permissions) SENSITIVE = [] include Aws::Structure end |
#bucket_level_permissions ⇒ Types::BucketLevelPermissions
Contains information about the bucket level permissions for the S3 bucket.
6817 6818 6819 6820 6821 6822 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6817 class PermissionConfiguration < Struct.new( :bucket_level_permissions, :account_level_permissions) SENSITIVE = [] include Aws::Structure end |