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)


11062
11063
11064
11065
11066
11067
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11062

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)


11062
11063
11064
11065
11066
11067
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11062

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