Class: Aws::IAM::Types::DeleteServiceLinkedRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteServiceLinkedRoleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
2149 2150 2151 2152 2153 |
# File 'lib/aws-sdk-iam/types.rb', line 2149 class DeleteServiceLinkedRoleRequest < Struct.new( :role_name) SENSITIVE = [] include Aws::Structure end |