Class: Aws::IAM::Types::CreateRoleResponse

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

Overview

Contains the response to a successful CreateRole request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roleTypes::Role

A structure containing details about the new role.

Returns:



1323
1324
1325
1326
1327
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1323

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