Class: Aws::SSM::Types::UpdateManagedInstanceRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateManagedInstanceRoleRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_role ⇒ String
The name of the Identity and Access Management (IAM) role that you want to assign to the managed node.
-
#instance_id ⇒ String
The ID of the managed node where you want to update the role.
Instance Attribute Details
#iam_role ⇒ String
The name of the Identity and Access Management (IAM) role that you
want to assign to the managed node. This IAM role must provide
AssumeRole permissions for the Amazon Web Services Systems Manager
service principal ssm.amazonaws.com. For more information, see
Create the IAM service role required for Systems Manager in hybrid
and multicloud environments in the Amazon Web Services Systems
Manager User Guide.
20585 20586 20587 20588 20589 20590 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 20585 class UpdateManagedInstanceRoleRequest < Struct.new( :instance_id, :iam_role) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the managed node where you want to update the role.
20585 20586 20587 20588 20589 20590 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 20585 class UpdateManagedInstanceRoleRequest < Struct.new( :instance_id, :iam_role) SENSITIVE = [] include Aws::Structure end |