UpdateManagedInstanceRoleRequest

public struct UpdateManagedInstanceRoleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IAM role you want to assign or change.

    Declaration

    Swift

    public let iamRole: String
  • The ID of the managed instance where you want to update the role.

    Declaration

    Swift

    public let instanceId: String
  • Undocumented

    Declaration

    Swift

    public init(iamRole: String, instanceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws