Class: Aws::IAM::Types::DeleteServiceLinkedRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteServiceLinkedRoleRequest
- 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
-
#role_name ⇒ String
The name of the service-linked role to be deleted.
Instance Attribute Details
#role_name ⇒ String
The name of the service-linked role to be deleted.
2229 2230 2231 2232 |
# File 'lib/aws-sdk-iam/types.rb', line 2229 class DeleteServiceLinkedRoleRequest < Struct.new( :role_name) include Aws::Structure end |