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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

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

Returns:

  • (String)


11897
11898
11899
11900
11901
11902
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11897

class UpdateRoleDescriptionRequest < Struct.new(
  :role_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#role_nameString

The name of the role that you want to modify.

Returns:

  • (String)


11897
11898
11899
11900
11901
11902
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11897

class UpdateRoleDescriptionRequest < Struct.new(
  :role_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end