Class: Aws::IAM::Types::CreateServiceLinkedRoleResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#roleTypes::Role

A Role object that contains details about the newly created role.

Returns:



1443
1444
1445
1446
# File 'lib/aws-sdk-iam/types.rb', line 1443

class CreateServiceLinkedRoleResponse < Struct.new(
  :role)
  include Aws::Structure
end