Class: Aws::IAM::Types::DeleteRolePermissionsBoundaryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_nameString

The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.

Returns:

  • (String)


2016
2017
2018
2019
2020
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2016

class DeleteRolePermissionsBoundaryRequest < Struct.new(
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end