Class: Aws::IAM::Types::CreateServiceLinkedRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateServiceLinkedRoleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Instance Attribute Summary collapse
-
#role ⇒ Types::Role
A Role object that contains details about the newly created role.
Instance Attribute Details
#role ⇒ Types::Role
A Role object that contains details about the newly created role.
1338 1339 1340 1341 |
# File 'lib/aws-sdk-iam/types.rb', line 1338 class CreateServiceLinkedRoleResponse < Struct.new( :role) include Aws::Structure end |