Class: Aws::SecurityHub::Types::AwsIamPermissionsBoundary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamPermissionsBoundary
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about the policy used to set the permissions boundary for an IAM principal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions_boundary_arn ⇒ String
The ARN of the policy used to set the permissions boundary.
-
#permissions_boundary_type ⇒ String
The usage type for the permissions boundary.
Instance Attribute Details
#permissions_boundary_arn ⇒ String
The ARN of the policy used to set the permissions boundary.
13957 13958 13959 13960 13961 13962 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13957 class AwsIamPermissionsBoundary < Struct.new( :permissions_boundary_arn, :permissions_boundary_type) SENSITIVE = [] include Aws::Structure end |
#permissions_boundary_type ⇒ String
The usage type for the permissions boundary.
13957 13958 13959 13960 13961 13962 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13957 class AwsIamPermissionsBoundary < Struct.new( :permissions_boundary_arn, :permissions_boundary_type) SENSITIVE = [] include Aws::Structure end |