Class: Aws::IAM::Types::CreateServiceLinkedRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateServiceLinkedRoleResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role ⇒ Types::Role
A [Role][1] 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.
1581 1582 1583 1584 1585 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1581 class CreateServiceLinkedRoleResponse < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |