Class: Aws::IAM::Types::UpdateRoleDescriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UpdateRoleDescriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The new description that you want to apply to the specified role.
-
#role_name ⇒ String
The name of the role that you want to modify.
Instance Attribute Details
#description ⇒ String
The new description that you want to apply to the specified role.
11273 11274 11275 11276 11277 11278 |
# File 'lib/aws-sdk-iam/types.rb', line 11273 class UpdateRoleDescriptionRequest < Struct.new( :role_name, :description) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
The name of the role that you want to modify.
11273 11274 11275 11276 11277 11278 |
# File 'lib/aws-sdk-iam/types.rb', line 11273 class UpdateRoleDescriptionRequest < Struct.new( :role_name, :description) SENSITIVE = [] include Aws::Structure end |