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

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

[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_Role.html

Returns:



1731
1732
1733
1734
1735
# File 'lib/aws-sdk-iam/types.rb', line 1731

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