Class: Aws::GuardDuty::Types::PermissionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::PermissionConfiguration
- Includes:
- Structure
- Defined in:
- 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.
6816 6817 6818 6819 6820 6821 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6816 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.
6816 6817 6818 6819 6820 6821 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6816 class PermissionConfiguration < Struct.new( :bucket_level_permissions, :account_level_permissions) SENSITIVE = [] include Aws::Structure end |