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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#permissions_boundary_arnString

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

Returns:

  • (String)


13963
13964
13965
13966
13967
13968
# File 'lib/aws-sdk-securityhub/types.rb', line 13963

class AwsIamPermissionsBoundary < Struct.new(
  :permissions_boundary_arn,
  :permissions_boundary_type)
  SENSITIVE = []
  include Aws::Structure
end

#permissions_boundary_typeString

The usage type for the permissions boundary.

Returns:

  • (String)


13963
13964
13965
13966
13967
13968
# File 'lib/aws-sdk-securityhub/types.rb', line 13963

class AwsIamPermissionsBoundary < Struct.new(
  :permissions_boundary_arn,
  :permissions_boundary_type)
  SENSITIVE = []
  include Aws::Structure
end