You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::UpdateRoleDescriptionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateRoleDescriptionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_name: "roleNameType", # required
  description: "roleDescriptionType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The new description that you want to apply to the specified role.

Returns:

  • (String)

    The new description that you want to apply to the specified role.

#role_nameString

The name of the role that you want to modify.

Returns:

  • (String)

    The name of the role that you want to modify.