You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::UpdateManagedInstanceRoleRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateManagedInstanceRoleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_id: "ManagedInstanceId", # required
  iam_role: "IamRole", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#iam_roleString

The IAM role you want to assign or change.

Returns:

  • (String)

    The IAM role you want to assign or change.

#instance_idString

The ID of the managed instance where you want to update the role.

Returns:

  • (String)

    The ID of the managed instance where you want to update the role.