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

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 Role object that contains details about the newly created role.

Returns:



1462
1463
1464
1465
1466
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1462

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