class Aws::SecurityHub::Types::AwsIamPermissionsBoundary

Information about the policy used to set the permissions boundary for an IAM principal.

@note When making an API call, you may pass AwsIamPermissionsBoundary

data as a hash:

    {
      permissions_boundary_arn: "NonEmptyString",
      permissions_boundary_type: "NonEmptyString",
    }

@!attribute [rw] permissions_boundary_arn

The ARN of the policy used to set the permissions boundary.
@return [String]

@!attribute [rw] permissions_boundary_type

The usage type for the permissions boundary.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamPermissionsBoundary AWS API Documentation

Constants

SENSITIVE