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

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 of the service-linked role to be deleted.

Returns:

  • (String)


2149
2150
2151
2152
2153
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2149

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