Class: Aws::IAM::Types::UpdateRoleDescriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UpdateRoleDescriptionRequest
- Defined in:
- gems/aws-sdk-iam/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.
11327 11328 11329 11330 11331 11332 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11327 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.
11327 11328 11329 11330 11331 11332 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11327 class UpdateRoleDescriptionRequest < Struct.new( :role_name, :description) SENSITIVE = [] include Aws::Structure end |