Class: Aws::IAM::Types::UpdateRoleDescriptionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roleTypes::Role

A structure that contains details about the modified role.



12565
12566
12567
12568
12569
# File 'lib/aws-sdk-iam/types.rb', line 12565

class UpdateRoleDescriptionResponse < Struct.new(
  :role)
  SENSITIVE = []
  include Aws::Structure
end