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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_nameString

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

Returns:

  • (String)


2152
2153
2154
2155
2156
# File 'lib/aws-sdk-iam/types.rb', line 2152

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