Class: Aws::IAM::Types::DeleteServiceLinkedRoleRequest

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

Overview

Note:

When making an API call, you may pass DeleteServiceLinkedRoleRequest data as a hash:

{
  role_name: "roleNameType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#role_nameString

The name of the service-linked role to be deleted.

Returns:

  • (String)


2229
2230
2231
2232
# File 'lib/aws-sdk-iam/types.rb', line 2229

class DeleteServiceLinkedRoleRequest < Struct.new(
  :role_name)
  include Aws::Structure
end