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

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

#roleTypes::Role

A structure that contains details about the modified role.

Returns:



11075
11076
11077
11078
11079
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11075

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