You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsIamPermissionsBoundary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsIamPermissionsBoundary as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#permissions_boundary_arnString

The ARN of the policy used to set the permissions boundary.

Returns:

  • (String)

    The ARN of the policy used to set the permissions boundary.

#permissions_boundary_typeString

The usage type for the permissions boundary.

Returns:

  • (String)

    The usage type for the permissions boundary.